dlwh / epic

**Archived** Epic is a high performance statistical parser written in Scala, along with a framework for building complex structured prediction models.

Home Page:http://scalanlp.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the parsing model?

quy-nt opened this issue · comments

Dear dlwh,

Thank you so much for publishing epic!

I have trained a new parsing model using the following command:
"java -cp target/scala-2.11/epic-assembly-0.3.jar epic.parser.models.ParserTrainer
--treebankType simple
--treebank.path "src/main/resources/smallbank"
--modelFactory epic.parser.models.SpanModelFactory
--cache.path constraints.cache
--opt.useStochastic true
--opt.regularization 1.0"

The result after training is as follows:
screen shot 2017-01-21 at 4 06 12 pm

Could you please let me know where I can find the parsing model?

Quy Nguyen