Tone analysis on text like Grammarly.
Offline on-device sentiment analysis on texts.
Effective communication involves a variety of factors.
Plutchik's wheel of emotions Keywords: joy, trust, fear, surprise, sadness, disgust, anger, anticipation
- Training a word vector generation model (such as Word2Vec) or loading pretrained word vectors
- Creating an ID's matrix for our training set (We'll discuss this a bit later)
- RNN (With LSTM units) graph creation
- Training
- Testing
*Word2Vec: words-to-vectors on a cosine distance scale *RNN: Recurrent Neural Networks *LSTM: Long Short Term Memory Units *CNN: Convolutional Neural Networks for Sentence Classification
- IBM Watson Tone analyser (first 1000 API call/month is free)
- Emotion
- Language style
- Social tendencies
Natural Language Processing β’ NaturalLanguage Framework - NLTagger Language Support Matrix
@mattt's findings tweet
- English, French, German, Italian, Portuguese, Spanish support all NLTagger schemes
- Russian and Turkish support all except sentiment
- All other languages support only language / script detection and tokenization


