Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 406 Bytes

TextAnalyzer

Analytics and summary for a text document.

This repository contains a python notebook which implements algorithm for text analysis and summary. It takes a text document as input and output the following:

  • Word cloud of Nouns
  • Bargraph of very frequent words
  • Bargraph of frequent nouns
  • Summary of text document

LSA technique has been used to summarise the content of documents.