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

correct models for 0.4-SNAPSHOT

jesinity opened this issue · comments

whichmaven dependency of the models (POS & NER ) should I have to pick with 0.4-SNAPSHOT release?

I tried:
"org.scalanlp" %% "english" % "2015.1.25"

and other older releases, but when I do

 val ner = epic.models.NerSelector.loadNer("en").get 

I keep on getting serialization errors.

sorry about the slow response...

Those models are out of date, and I don't think I've rebuilt them. I will try to do it in the next week.

Hi @dlwh, thanks for the great tool. I was wondering if there is any update on the status of the models. Also, I'm interested in using the ML based tokenizers, are their models part of the parsing models or should they be downloaded separately ?