Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python framework for processing Universal Dependencies data

License

NotificationsYou must be signed in to change notification settings

udapi/udapi-python

Repository files navigation

Python framework for processing Universal Dependencies data

Build StatusWebsiteDocumentation Status

Requirements

  • You need Python 3.6 or higher.
  • If theufal.udpipe parser is needed,make sure you have a C++11 compiler (e.g.g++ 4.7 or newer)and install UDPipe withpip3 install --user --upgrade ufal.udpipe.

Install Udapi for developers

Let's clone the git repo to~/udapi-python/, install dependenciesand setup$PATH and$PYTHONPATH accordingly.

cdgit clone https://github.com/udapi/udapi-python.gitpip3 install --user -r udapi-python/requirements.txtecho'## Use Udapi from ~/udapi-python/ ##'>>~/.bashrcecho'export PATH="$HOME/udapi-python/bin:$PATH"'>>~/.bashrcecho'export PYTHONPATH="$HOME/udapi-python/:$PYTHONPATH"'>>~/.bashrcsource~/.bashrc# or open new bash

Install Udapi for users

This is similar to the above, but installs Udapi from PyPI to the standard (user) Python paths.

pip3 install --user --upgrade udapi

Tryudapy -h to check it is installed correctly.If it fails, make sure yourPATH includes the directory wherepip3 installed theudapy script.Usually, this results in

export PATH="$HOME/.local/bin/:$PATH"

About

Python framework for processing Universal Dependencies data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors15


[8]ページ先頭

©2009-2025 Movatter.jp