Skip to content

menan/analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

analyzer

A python tool that will/should convert a sentence into structured data.

Requirements

  • Python 3
  • TextBlob
    • NLTK

Usage

  • Install TextBlob and its corpus
    • pip3 install -U TextBlob
    • python3 -m textblob.download_corpora
  • Run the app
    • python3 analyzer.py '<sentence you want to analyze>'

About

put a sentence into structured data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages