A web-based application that classifies, sorts, and extracts information from the input text to identify patterns, relationships, feelings, and other usable knowledge. The analysis is performed using cognitive azure text analysis services and the Web used is Django.
The application analyzes the following from the input text:
- Detects the language of the text
- Evaluate text and return sentiment scores.
-
Key phrase extraction is the concept of evaluating the text of a document, or documents, and then identifying the main talking points of the document(s).
-
evaluates the text, and returns a list of key phrases and main points in the text.
- It disambiguates the identity of an entity found in text and provides links to the entity on Wikipedia.