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) 184 B
/* * Copyright (c) 2018. Taimos GmbH http://www.taimos.de */ /* * Lambda function used for basic test. */ exports.handler = function() { return Promise.reject('Failed'); };