Metadata-Version: 2.1
Name: x-nlp
Version: 0.1.3
Summary: Library of helper functions for Natural Language Processing related algorithms (designed for the TechX NLP course).
Home-page: https://github.com/techx-nlp/x-nlp
Author: David Ma
Author-email: davidma@davidma.cn
License: MIT
Description: # X NLP
        
        Python library of helper functions for Natural Language Processing related algorithms (designed for the TechX NLP course).
        
        ## Installation
        
        haha pip go brrr:
        
        ```sh
        pip install x-nlp
        ```
        
        ## Modules
        
        This package contains various modules, each responsible for assisting students in completing a given [Homework Problem](https://github.com/techx-nlp/homework). 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
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
