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.

7 lines (5 loc) 176 B
import {GlobalConfigInstance} from './lib/config'; export * from './lib/core'; export * from './clients/all'; export var config: GlobalConfigInstance export as namespace AWS;