Python framework for processing Universal Dependencies data
Project Links
Meta
Author: Martin Popel
Requires Python: >=3.9
Classifiers
Programming Language
- Python :: 3
Operating System
- OS Independent
udapi-python
Python framework for processing Universal Dependencies data
Requirements
- You need Python 3.9 or higher.
- It is recommended to install Udapi in a Python virtual environment.
- If you need the ufal.udpipe parser (to be used from Udapi)
install it (with
pip install --upgrade ufal.udpipe).
Install Udapi for developers
Let's clone the git repo e.g. to ~/udapi-python/ and make an editable installation
cd
git clone https://github.com/udapi/udapi-python.git
cd udapi-python
pip install -e .
Install Udapi for users
This is similar to the above, but installs Udapi from PyPI to the standard (user) Python paths.
pip install --upgrade udapi
Try udapy -h to check it is installed correctly.
If it fails, make sure your PATH includes the directory where pip3 installed the udapy script.
Usually, this results in
export PATH="$HOME/.local/bin/:$PATH"
0.5.2
Mar 16, 2026
0.5.1
Nov 05, 2025
0.5.0
Oct 18, 2025
0.4.0
Mar 28, 2025
0.3.0
Apr 06, 2022
0.2.3
Feb 23, 2021
0.2.2
Jan 08, 2018
0.2.1
Oct 23, 2017