Learning NLTK
When I was learning Python I became curious about the various projects that were built over it. I came across Pandas, NumPy and NLTK
NLTK struck me hard since it offered lot of features to process plain text. I always had the interest to draw some meaningful insight from the plain text that is available
I set out to learn some basics of the library and came out with this simple project to tag every word present in the document with it’s Parts of Speech.

Used twitter’s bootstrap to show each of the setence in a panel and tool tip to display the part’s of speech