-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ML Data Enrichment
-
Release Notes Summary:Provides a new extension to integrate AWS Comprehend to predict sentiment on main file text.
-
Epic Link:
-
Sprint:nxAI Sprint 10.2.4
Add an extension to use Amazon comprehend API for text processing .
For Classification
- Language Identification
- Sentiment (only english, spanish)
- "SentimentScore":
{"Mixed": 0.05 "Positive": 0.875"Neutral":"Negative": 0.00 }
,
- "Sentiment": "POSITIVE",
- "SentimentScore":
{"Mixed": 0.05 "Positive": 0.875"Neutral":"Negative": 0.00 }
For tagging
- Entity Detection
- "Text": "Bob",
- "Score": 1.0,
- "Type": "PERSON",
- "BeginOffset": 0,
- "EndOffset": 3
- Types: COMMERCIAL_ITEM, DATE, EVENT, LOCATION, ORGANIZATION, OTHER, PERSON, QUANTITY, TITLE
- Key phrases in a document