A set of Jupyter notebooks with example grammars for the Yargy parser.
Dev env
brew install graphviz
python -m venv ~/.venvs/natasha-yargy-examples
source ~/.venvs/natasha-yargy-examples/bin/activate
pip install -r requirements/dev.txt
python -m ipykernel install --user --name natasha-yargy-examples
Run notebooks
make exec-notebooks