dpalmasan / python-nlp-examples

Examples of NLP algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python NLP Examples

This repo will contain NLP examples, and paper's implementations of clasical algorithms/systems.

The src folder contains code, currently:

To install run poetry install. To run the examples, I would recommend adding src to PYTHONPATH, for example to run the hmm_example.py:

PYTHONPATH=./src poetry run python driver/hmm_example.py

About

Examples of NLP algorithms

License:MIT License


Languages

Language:Python 100.0%