You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mini project done in Python 2.7 for NLP class. The objective was to create a PCFG and run CKY parsing algorithm for part of the PennTreebank dataset. It relies on NLTK.