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

udpipe_server #48

Closed gcelano closed 6 years ago

gcelano commented 6 years ago

I am trying to start the server with the command:

udpipe_server 8080 /path-to-the-model/udmodel.udpipe

but I get the message "Cannot load specified models!"

What am I missing?

foxik commented 6 years ago

The second argument is just a name of the default model; each model has to be specified using three arguments -- name, filepath and acknowledgements. So use updipe_server 8080 some_name some_name filepath ""