x-nlp

Library of helper functions for Natural Language Processing related algorithms (designed for the TechX NLP course).


License
MIT
Install
pip install x-nlp==0.1.6

Documentation

X NLP

Python library of helper functions for Natural Language Processing related algorithms (designed for the TechX NLP course).

Installation

haha pip go brrr:

pip install x-nlp

Modules

This package contains various modules, each responsible for assisting students in completing a given Homework Problem. Some of the modules are more general-purposed, and (hopefully) can be useful outside of the assignments of this course.

An overview of modules that this package has to offer:

  • xnlp.parser: Parser combinators (token-based) for parse tree generation