spam-detection
Version:
Small package to check spam text and messages
21 lines (20 loc) • 685 B
JSON
{
"name": "spam-detection",
"version": "1.0.3",
"description": "Small package to check spam text and messages",
"main": "spam-detect.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["spam-detection", "spam check", "spam detection", "spam","text-spam", "machine learning", "bayes-classifier","nlp","NLP","detect spam","check", "ham"],
"repository": {
"type" : "git",
"url" : "https://github.com/harshitkohli1997/spam-detection"
},
"homepage": "https://github.com/harshitkohli1997/spam-detection/blob/master/README.md",
"author": "hk",
"license": "ISC",
"dependencies": {
"bayes-classifier": "0.0.5"
}
}