Skip to content

undrits/mudpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mudpipe

Parallelize UDPipe processing with Python Multiprocessing.

Requires: UDPipe, xz, xzcat, UDPipe model

Example:

 ./mudpipe.py \
        --input-xz \
        --output-xz \
        --arg='--tokenize' \
        --arg='--tag' \
        --arg='--parse' \
        --model=[some_model].udpipe \
        --path_dir=[data_dir].*.txt.xz
        --workers=4

udpipe

UDPipe is developed by Institute of Formal and Applied Linguistics. For more information on UDPipe please see here.

authors

Yulia Spektor & Kyle Gorman

About

Parallelize UDPipe processing with Python Multiprocessing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages