A python tool that will/should convert a sentence into structured data.
- Python 3
- TextBlob
- NLTK
- Install
TextBlob
and its corpuspip3 install -U TextBlob
python3 -m textblob.download_corpora
- Run the app
python3 analyzer.py '<sentence you want to analyze>'