epic icon indicating copy to clipboard operation
epic copied to clipboard

PL parser doesn't work

Open woj-i opened this issue 9 years ago • 4 comments

Trained parser of polish language from http://www.scalanlp.org/models/ does not work with current master branch. I tried to run: java -Xmx6g -cp target/scala-2.11/epic-assembly-0.4-SNAPSHOT.jar epic.parser.ParseText --model epic-parser-pl-span_2.10-2014.6.3-SNAPSHOT.jar --nthreads 4 exampleArticle.txt

and I get: Couldn't deserialize model due to exception, epic.parser.models.ParserTrainer$$anonfun$2; local class incompatible: stream classdesc serialVersionUID = 0, local class serialVersionUID = 5531977503861241212. Trying classPathLoad... Exception in thread "main" java.util.NoSuchElementException: None.get at scala.None$.get(Option.scala:347) at scala.None$.get(Option.scala:345) at epic.parser.ParseText$.classPathLoad(ParseText.scala:21) at epic.parser.ParseText$.classPathLoad(ParseText.scala:11) at epic.util.ProcessTextMain$class.main(ProcessTextMain.scala:47) at epic.parser.ParseText$.main(ParseText.scala:11) at epic.parser.ParseText.main(ParseText.scala)

which says, that versions of classes are not the same.

I also downloaded JAR from maven repository and there is the same error.

woj-i avatar Jul 08 '15 07:07 woj-i

I was able to run the model when I checked out to commit of the tag releases/v0.1

woj-i avatar Jul 08 '15 08:07 woj-i

Seems related to #36 and #26

pommedeterresautee avatar Jul 13 '15 09:07 pommedeterresautee

yeah, i havent' maintained the non-english models, sorry. Older versions work fine.

On Wed, Jul 8, 2015 at 1:54 AM, Wojciech Indyk [email protected] wrote:

I was able to run the model when I checked out to commit of the tag releases/v0.1

— Reply to this email directly or view it on GitHub https://github.com/dlwh/epic/issues/35#issuecomment-119503808.

dlwh avatar Jul 15 '15 19:07 dlwh

For french using maven version was ok

pommedeterresautee avatar Jul 15 '15 19:07 pommedeterresautee