@hiherto-elements/natural
Version:
minimal es6 natural language detection
44 lines (43 loc) • 947 B
JSON
{
"name": "@hiherto-elements/natural",
"version": "0.0.4",
"description": "minimal es6 natural language detection",
"main": "Assert.js",
"directories": {
"test": "test"
},
"keywords": [
"es6",
"nlp",
"textprocessing",
"stemmer",
"tokenizer"
],
"esdoc": {
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin"
}
]
},
"dependencies": {
"@hiherto-elements/assert": "^0.0.4",
"@hiherto-elements/test": "^0.0.2"
},
"scripts": {
"docs": "rm -rf ./docs && esdoc",
"test": "sh test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiherto-elements/es-next-modules.git"
},
"author": "Sebastian Schürmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebs/deno-assert-js/issues"
},
"homepage": "https://hiherto-elements.github.io/es-next-modules/natural/"
}