Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bearlike authored Feb 3, 2019
1 parent 73504d8 commit 0d35e35
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Emogram (Text Analysis for unstructured text)
A small set of tools that'll normalize and extract values from unstructured text messages using concepts of NLP. Other Applications can use these modules to extract information and public opinions from Surveys, Social Networking sites, etc.

## Functions
- **Acronym Resolution**
- Expands acronyms that are present in the text as the first step of text normalization.
### Acronym Resolution
Expands acronyms that are present in the text as the first step of text normalization.


- **Auto Correct**
- Autocorrects misspelt words/typos present in the text as a part of text normalization.
### Auto Correct
Autocorrects misspelt words/typos present in the text as a part of text normalization.


- **Key Phrases Extraction**
- Rapid Automatic Keyword Extraction (RAKE) algorithm to determine key phrases in a body of text by analyzing the frequency of word appearance and its co-occurance with other words in the text.
### Key Phrases Extraction
Rapid Automatic Keyword Extraction (RAKE) algorithm to determine key phrases in a body of text by analyzing the frequency of word appearance and its co-occurance with other words in the text.


- **Polarity Detection**
- Using TextBlob to detect Polarity of normalized text that ranges from -1 (Strongly Negative) to 1 (Strongly Positive).
### Polarity Detection
Using TextBlob to detect Polarity of normalized text that ranges from -1 (Strongly Negative) to 1 (Strongly Positive).

0 comments on commit 0d35e35

Please sign in to comment.