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.

13 lines (9 loc) 232 B
/* * Copyright (c) 2018. Taimos GmbH http://www.taimos.de */ /* * Lambda function used for basic test. */ exports.handler = function(event, context) { return Promise.resolve({"result": event.key, "context": context}); };