You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
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:
Could you please let me know where I can find the parsing model?
Quy Nguyen
The text was updated successfully, but these errors were encountered:
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:
Could you please let me know where I can find the parsing model?
Quy Nguyen
The text was updated successfully, but these errors were encountered: