Installing uvsyntax

Install the package from its GitHub repository:

pip install git+https://github.com/neelsmith/udsyntax.git

You’ll also need a spaCy pipeline for whichever language you’re parsing:

pip install "la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-3.9.6-py3-none-any.whl"
pip install "grc-dep-web-lg @ https://huggingface.co/latincy/grc_dep_web_lg/resolve/main/grc_dep_web_lg-3.8.1-py3-none-any.whl"

If you want to export graphs to networkx, install the graph extra:

pip install "udsyntax[graph] @ git+https://github.com/neelsmith/udsyntax.git"