The goal of this repository is to demonstrate application of NLP libraries for typical NLP tasks in English and Polish.
Libraries:
- spaCy
- NLTK
- pystempel
- LemmaPL that chains three tools: Morfeusz analyzer, WCRFT tagger and Spejd parser.
conda env create --file environment.yml
conda activate nlp
jupyter notebooks
Then go to examples/
folder.