UNPKG

document-tfidf

Version:

A TFIDF analysis package that allows for tokens of any word length

28 lines (27 loc) 616 B
{ "name": "document-tfidf", "version": "0.2.1", "description": "A TFIDF analysis package that allows for tokens of any word length", "main": "tfidf.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/syeoryn/textAnalysisSuite" }, "keywords": [ "tfidf", "tf-idf", "TFIDF", "TF-IDF", "term frequency inverse document frequency", "text analysis", "language processing" ], "author": "Drew Cuthbertson", "license": "ISC", "dependencies": { "word-ngrams": "^0.1.2" } }