Skip to content

The Deep LIMA universal dependencies morphological analyzer and dependency parser model

License

Notifications You must be signed in to change notification settings

aymara/lima-ud-depparser

Repository files navigation

Dependency parser and POS tagger training code

./train_lang.sh \
    fastText-embeddings-binary \
    path-to-ud-treebanks \
    ud-corpus-name \
    output-directory \
    path-to-fastText-sources

Example:

./train_lang.sh \
    cc.fr.300.bin \
    ../ud-treebanks-v2.7 \
    French-Sequoia \
    output/french-model \
    ../fastText

About

The Deep LIMA universal dependencies morphological analyzer and dependency parser model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages