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

Cut a release

paragn opened this issue · comments

Both scala 2.10 and 2.11

👍 We'd like to use your library, though our build/security team restricts our use of snapshot releases. Would be great if you can cut a 0.2 release soon. Thanks!

Epic parser is powerful! It would be great if coming with a new release.
Thanks!

Sorry guys. I'll try to release something this weekend. Could you say which
pieces you want? If I can cut down on the number of models I need to train,
I can get the release out sooner.

Possible pieces include, in rough order of difficulty for me to release:

  1. Just the class files
  2. the (English) Named Entity Recognition system
  3. the English POS Tagger
  4. the English Parser
  5. Parsers for the other supported languages

-- David

On Fri, Sep 12, 2014 at 10:25 AM, Shuang Jiang notifications@github.com
wrote:

Epic parser is powerful! It would be great if cut some dependencies.
Thanks!


Reply to this email directly or view it on GitHub
#15 (comment).

For me, I only use the English Parser with four training models. Thanks David!

so it's numbers: 1 and 4

right

ok, just released 0.2 with english parser models 2014.9.15.

(might take a few hours to show up in maven central)

Thanks! Much appreciated!

Thank you!!

👍 thank you!