From 5affb0bde2de7731c44df6befed72cb33f2de130 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Wed, 23 May 2018 11:59:46 +0200 Subject: [PATCH] Added LDA (#750) * Added LDA * No spaces in tags --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c353226..93de087 100644 --- a/packages.json +++ b/packages.json @@ -9440,5 +9440,19 @@ "description": "Pure library for matching file paths against Unix style glob patterns.", "license": "MIT", "web": "https://github.com/citycide/glob" + }, + { + "name": "lda", + "url": "https://github.com/unicredit/lda", + "method": "git", + "tags": [ + "LDA", + "topic-modeling", + "text-clustering", + "NLP" + ], + "description": "Latent Dirichlet Allocation", + "license": "Apache License 2.0", + "web": "https://github.com/unicredit/lda" } ]