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.

12 lines (10 loc) 255 B
(function () { var options = {} process.argv.forEach(function (val, idx, arr) { var matches = val.match(/^dotenv_config_(.+)=(.+)/) if (matches) { options[matches[1]] = matches[2] } }) require('./lib/main').config(options) })()