node-textcleaner
Version:
Nodejs text cleaner, for Data Mining in JS
32 lines (31 loc) • 675 B
JSON
{
"name": "node-textcleaner",
"version": "0.0.1",
"description": "Nodejs text cleaner, for Data Mining in JS",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duyetdev/node-textcleaner.git"
},
"keywords": [
"node",
"nlp",
"cleaner",
"text",
"processing"
],
"author": "Van-Duyet Le",
"license": "MIT",
"bugs": {
"url": "https://github.com/duyetdev/node-textcleaner/issues"
},
"homepage": "https://github.com/duyetdev/node-textcleaner#readme",
"dependencies": {
},
"devDependencies": {
"mocha": "^2.3.3"
}
}