Added LDA (#750)

* Added LDA

* No spaces in tags
This commit is contained in:
Andrea Ferretti
2018-05-23 10:59:46 +01:00
committed by Dominik Picheta
parent a2df4163ee
commit 5affb0bde2
+14
View File
@@ -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"
}
]