reviews-analysis
Version:
Analyse public vehicle reviews via ML (Aylien) and save the data into a Document Store (Mongo). Supports Classifications and Document and Aspect level Sentiment Analysis.
39 lines (38 loc) • 935 B
JSON
{
"name": "reviews-analysis",
"version": "1.0.0",
"description": "Analyse public vehicle reviews via ML (Aylien) and save the data into a Document Store (Mongo). Supports Classifications and Document and Aspect level Sentiment Analysis. ",
"main": "main.js",
"dependencies": {
"aylien_textapi": "^0.7.0",
"line-reader": "^0.4.0",
"lambda-local": "^1.5.2",
"lodash": "^4.17.11",
"mongo": "^0.1.0",
"request": "^2.88.0",
"bst": "^0.0.1"
},
"devDependencies": {},
"scripts": {
"test": "main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anoopk/Brahma.git"
},
"keywords": [
"Aylien",
"MongoDB",
"NLP",
"Textual",
"Analysis",
"Auto",
"Reviews"
],
"author": "Strange Designs",
"license": "ISC",
"bugs": {
"url": "https://github.com/anoopk/Brahma/issues"
},
"homepage": "https://github.com/anoopk/Brahma#readme"
}