Text Analytics Explorer

November 4, 2020 ยท View on GitHub

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.