frcchang / zpar

ZPar statistical parser. Universal language support (depending on the availability of training data), with language-specific features for Chinese and English. Currently support word segmentation, POS tagging, dependency and phrase-structure parsing.
http://faculty.sutd.edu.sg/~yue_zhang/doc/index.html
134 stars 33 forks source link

cannot load model #8

Open VikingMew opened 9 years ago

VikingMew commented 9 years ago

dist/zpar ~/Code/zpar/chinese-models/ Parsing started [POS tagging module] Loading model...Error: Tags not found in model file.

jiangpinghuang commented 8 years ago

I have same issue, which Tags not found in model file when load chinese-models. zpar-0.7 has same error.

hfxunlp commented 8 years ago

@VikingMew @hjpwhu Do not specify the models file, just specify the path up the models. I put my models at models/conparser, and use dist/zpar.zh models input.txt output.txt to run.