Skip to content

sidsenthilexe/text-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

text-analyzer

A Python app that analyzes inputted text with various metrics.

Usage

  • Input your text in the left side, choose your readability index, and hit analyze!
  • Capability to open .txt files.
  • Readability analysis will be skipped if the text has less than 100 words.
  • Open the help window for more information on how the different readability metrics work.

Requisites

Readability pip install py-readability-metrics
TextBlob pip install textblob
numpy pip install numpy
nltk pip install nltk, python -m nltk.downlader punkt

About

A python app that analyzes inputted text with various metrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages