louismullie / stanford-core-nlp

Ruby bindings to the Stanford Core NLP tools (English, French, German).
Other
432 stars 70 forks source link

englishSR.ser.gz not part of model-jar #30

Open inkrement opened 9 years ago

inkrement commented 9 years ago

I am using gradle to load the lib & model

compile("edu.stanford.nlp:stanford-corenlp:3.4.1")
compile("edu.stanford.nlp:stanford-corenlp:3.4.1:models")

But it seems like the englishSR.ser.gzmodel is not part of this version , because edu/stanford/nlp/models/srparser/englishSR.ser.gzcannot be found. I looked into the jar, and there is only a lexparser folder with models, but no srparser.

arbox commented 7 years ago

Please be patient, we are working on this issue!