UNPKG

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.

11 lines (9 loc) 296 B
'use strict'; module.exports = { SYSTEM_NAMESPACE_COLLECTION: 'system.namespaces', SYSTEM_INDEX_COLLECTION: 'system.indexes', SYSTEM_PROFILE_COLLECTION: 'system.profile', SYSTEM_USER_COLLECTION: 'system.users', SYSTEM_COMMAND_COLLECTION: '$cmd', SYSTEM_JS_COLLECTION: 'system.js' };