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.

12 lines (8 loc) 108 B
SHELL := /bin/bash test: @./test/run.js release: git push git push --tags npm publish . .PHONY: test