nalapa
Version:
Collection of NodeJS NLP Library for Bahasa Indonesia.
34 lines (33 loc) • 673 B
JSON
{
"name": "nalapa",
"description": "Collection of NodeJS NLP Library for Bahasa Indonesia.",
"version": "1.11.0",
"license": "MIT",
"main": "index.js",
"keywords": [
"natural language processing",
"tokenizer",
"stemmer",
"bahasa",
"indonesia"
],
"author": {
"name": "Ananta Pandu Wicaksana",
"email": "anpandumail@gmail.com",
"url": "http://twiter.com/anpandu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anpandu/nalapa.git"
},
"dependencies": {
"lodash": "4.6.1"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"scripts": {
"test": "mocha --recursive"
}
}