Description from extension meta
This extension helps give feedback
Image from store
Description from store
Natural Language Processing or NLP focuses on the interactions between computers and human natural language. NLP is greatly explored in python through various libraries that measure statistics on sentiment, emotion, and subjectivity. I focused on using the Google NLP API, found here and other libraries to measure specific characteristics of submitted text.
This chrome extension focuses on giving users an easy way to check various stats:
- word count
- sentence count
- complex word count (based on syllables and length of word)
- reading level (flesch reading score)
- sentiment level (Google API)
- subjective score (Textblob subjectivity)
This tool aims to help users quickly know the stats of their email content and whether their message needs to be more objective, or whether there is too much emotion.
Ranges for the sentiment level are from -1 to 1, 1 = extremely positive, -1 = extremely negative
Reading level: Score is from 0 to 100+, where 0 is incomprehensible, and 100+ is elementary level reading
No information about the content of the message is stored, simply send to the REST API and delivered back to you!
If the chrome extension says error, this means that the localhost that I am using is not running - please contact me to turn it on!