CogComp / cogcomp-nlpy

CogComp's light-weight Python NLP annotators
http://nlp.cogcomp.org/
Other
116 stars 26 forks source link

Failed to load models, Class not found #122

Closed shyamupa closed 5 years ago

shyamupa commented 5 years ago

I encountered this error when running with java 1.8

ERROR:ccg_nlpy.local_pipeline:Fail to load models, please check if your Java version is u
p to date.
ERROR:ccg_nlpy.local_pipeline:Class not found b'edu/illinois/cs/cogcomp/pipeline/main/Pip
elineFactory'
shyamupa commented 5 years ago

Found the fix, Remove old models from ccg_nlpy and re-download.

rm -rf ~/.ccg_nlpy
python -m ccg_nlpy download

Related to #111