wordlevel
Version:
simple tool for lookup up word frequency with basic lemma stemming
40 lines (39 loc) • 886 B
JSON
{
"name": "wordlevel",
"version": "1.0.3",
"description": "simple tool for lookup up word frequency with basic lemma stemming",
"main": "wordlevel.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"author": "Chad Jones <chadananda@gmail.com>",
"license": "ISC",
"dependencies": {
"chai": "^4.0.1",
"compromise": "^10.5.0",
"javascript-lemmatizer": "0.0.2",
"mocha": "^3.4.2",
"remove-punctuation": "0.0.4",
"underscore": "^1.8.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/chadananda/wordlevel.git"
},
"keywords": [
"word",
"frequency",
"word",
"distribution",
"nlp",
"parse"
],
"bugs": {
"url": "https://github.com/chadananda/wordlevel/issues"
},
"homepage": "https://github.com/chadananda/wordlevel#readme"
}