ufal / udpipe

UDPipe: Trainable pipeline for tokenizing, tagging, lemmatizing and parsing Universal Treebanks and other CoNLL-U files
Mozilla Public License 2.0
358 stars 75 forks source link

method to plug a morpological dictionary #22

Closed nittti closed 7 years ago

nittti commented 7 years ago

As pretty much everybody who opens an issue here, I want to thank you for such a great (out-of-the-box great!) tool.

UDPipe section of UD tools page says it is possible to provide a morphological dictionary. Could you please describe how can that be done? There is a lexicon of form-lemma-upos-ufeat format.

foxik commented 7 years ago

In UDPipe 1.1, the dictionary can be plugged in using dictionary option of a tagger, see https://ufal.mff.cuni.cz/udpipe/users-manual#model_training_tagger .