← 返回首页
GitHub - udapi/udapi-python: Python framework for processing Universal Dependencies data · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

udapi/udapi-python

 master
Go to file
Code

Repository files navigation

More items

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"

About

Python framework for processing Universal Dependencies data

Topics

Resources

License

Stars

59 stars

Watchers

6 watching

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.