Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 311 Bytes

PyParser

A String and Arithmetic Parser developed in Python 2.7 using NLTK 3.0

String Parser:

Takes in grammar and sentence from the user and prints out a parse tree.

Arithmetic Parser:

Takes in fully paranthesized arithmetic expression from the user, evaluates it and generates expression tree.