word-ngrams
Version:
A package for building and analyzing word nGrams
24 lines (23 loc) • 481 B
JSON
{
"name": "word-ngrams",
"version": "0.2.0",
"description": "A package for building and analyzing word nGrams",
"main": "ngrams.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/syeoryn/textAnalysisSuite"
},
"keywords": [
"nGrams",
"ngrams",
"n grams",
"text analysis"
],
"author": "Drew Cuthbertson",
"license": "ISC",
"dependencies": {
}
}