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.

9 lines (7 loc) 153 B
/* * Lambda function require error. */ const toto = require('doNotExist'); exports.handler = function(event, context, callback) { callback(0); };