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 (8 loc) 181 B
/* * Lambda function used for timeout test. */ exports.handler = function(event, context) { setTimeout(function() { context.fail('Way too long !'); }, 5000); };