A set of Jupyter notebooks with examples of Natasha usage.
Dev env
python -m venv ~/.venvs/natasha-examples
source ~/.venvs/natasha-examples/bin/activate
pip install -r requirements/dev.txt
python -m ipykernel install --user --name natasha-examples
Run notebooks
make exec-notebooks