Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

PL parser doesn't work #35

Open
woj-i opened this issue Jul 8, 2015 · 4 comments
Open

PL parser doesn't work #35

woj-i opened this issue Jul 8, 2015 · 4 comments

Comments

@woj-i
Copy link

woj-i commented Jul 8, 2015

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
Copy link
Author

woj-i commented Jul 8, 2015

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

@pommedeterresautee
Copy link

Seems related to #36 and #26

@dlwh
Copy link
Owner

dlwh commented Jul 15, 2015

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
#35 (comment).

@pommedeterresautee
Copy link

For french using maven version was ok

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants