micronode / jot4j

Data persistence libraries that support implementation of jotapi specifications
Apache License 2.0
1 stars 0 forks source link

Sentiment analysis service - sentimate #5

Open benfortuna opened 6 years ago

benfortuna commented 6 years ago

Use AWS comprehend to provide service for sentiment analysis history

record:

Inputs: text, source id (username, etc.), persist (boolean) Outputs: sentiment, optionally save to dynamodb (source hash, sentiment)

playback:

Inputs: source_id, aggregation_method (avg, median, mode, etc.) Outputs: sentiment count, aggregated sentiment