ldawithmorelanguages
Version:
LDA topic modeling for node.js with more languages.
48 lines (47 loc) • 1 kB
JSON
{
"name": "ldawithmorelanguages",
"version": "0.0.1",
"description": "LDA topic modeling for node.js with more languages.",
"author": {
"name": "Hera",
"email": "me@herasium.dev",
"url": "https://github.com/herasium"
},
"repository": {
"type": "git",
"url": "git://github.com/herasium/lda.git"
},
"main": "./lib",
"dependencies": {
"stem-porter": "*"
},
"engines": {
"node": ">= 0.8.x"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"keywords": [
"lda",
"Latent Dirichlet allocation",
"Latent Dirichlet",
"Dirichlet",
"machine learning",
"ml",
"artificial intelligence",
"natural language processing",
"natural language",
"topic model",
"topic modeling",
"topic modelling",
"nlp",
"topics",
"document",
"words"
],
"_id": "hera-lda@0.0.1",
"_from": "hera-lda"
}