diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2018-05-23 11:59:46 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-23 10:59:46 +0100 |
| commit | 5affb0bde2de7731c44df6befed72cb33f2de130 (patch) | |
| tree | 29c1cd22f8c7c325526a5b684040ff58eb64c8e1 | |
| parent | a2df4163ee8d488f072327343a15232d2fc8b009 (diff) | |
| download | packages-5affb0bde2de7731c44df6befed72cb33f2de130.tar.gz packages-5affb0bde2de7731c44df6befed72cb33f2de130.zip | |
Added LDA (#750)
* Added LDA
* No spaces in tags
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
