MPDRemote
MPDRemote copied to clipboard
new project here : https://github.com/Nyx0uf/shinobu
when installing python-zpar by using `pip install python-zpar` it gives ``` wget -N https://github.com/frcchang/zpar/archive/v0.7.5.tar.gz -O /tmp/zpar.tar.gz make: wget: No such file or directory make: *** [/tmp/zpar.tar.gz] Error 1 Traceback (most...
I use zpar as a dependency parsing, but I found that python-zpar can't load chinese model successfully. And the error is like “Loading tagger from ../chinese-models/tagger Loading model...terminate called after...
Is it possible to return a score from the parser for the parse (at least in the constituent parser)?