Introducing Parser.ai

NLP AI that parses phrases

Welcome to Parser.ai, a NLP artificial intelligence system that parses sentences and extracts noun phrases from those given sentences given a list of non terminal words.

Gary the AI, uses the NLTK library (Natural Language Tool Kit) for Python, that helps in the tokenization of the words for the AI to sense which words belong to which cluster (whether it is a noun phrase, a verb phrase, an adjective, and so on) and prints out a tree structure that shows the complete breakdown of the parsed words!

I hope you enjoy the demo!

Inspiration behind Gary

I had started learning about the Natural language processing for AI systems and was intrigued in making a NLP AI that parses different semantics in a phrase from the Sherlock Holmes story.

This was also a mini project that I took help in from the CS50 AI course from Harvard University, hence sparking an initial desire for a life long learning experience for NLP applications in the AI universe.