Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 942 Bytes

TextAnalyticsExplorer.md

File metadata and controls

11 lines (6 loc) · 942 Bytes

Text Analytics Explorer

alt text

Here you can explore advanced natural language processing over raw text, and includes four main functions: sentiment analysis, opinion mining, key phrase extraction, named / linked entity recognition, and language detection. You can explore the built-in text samples or type your own text for analysis.

Key Source Code

  • TextAnalyticsExplorer: Main page that drives the demo. It hosts the HorizontalStackedBarChartControl (see below) to display the document sentiment results, and displays the other result of text analysis.

  • HorizontalStackedBarChartControl: The control that displays the document sentiment in a chart.