gangeli / CoreNLP-Scala

A Scala wrapper for CoreNLP
40 stars 9 forks source link

Maven dependencies #6

Open sidkgp opened 8 years ago

sidkgp commented 8 years ago

Not really an issue, but a request. Is it possible to add Maven dependencies? I really like that your evaluation is lazy and want to try this implementation over https://github.com/clulab/processors.

gangeli commented 8 years ago

I'm happy to take pull requests. But, really, this library is soon to be deprecated in favor of a very similar API being incorporated directly into CoreNLP: http://stanfordnlp.github.io/CoreNLP/simple.html. In a sense, that's version 3 of this library, It's more stable, more feature complete, and written entirely in Java.

If you use the GitHub code for CoreNLP, it's already in there. Otherwise, it'll be in the next CoreNLP release -- which is imminent!

sidkgp commented 8 years ago

The latest maven dependency does not contain the Simple version available. I tried that one too after reading your other comment.

Sid

On Sun, Dec 6, 2015 at 2:26 AM, Gabor Angeli notifications@github.com wrote:

I'm happy to take pull requests. But, really, this library is soon to be deprecated in favor of a very similar API being incorporated directly into CoreNLP: http://stanfordnlp.github.io/CoreNLP/simple.html. In a sense, that's version 3 of this library, It's more stable, more feature complete, and written entirely in Java.

If you use the GitHub code for CoreNLP, it's already in there. Otherwise, it'll be in the next CoreNLP release -- which is imminent!

— Reply to this email directly or view it on GitHub https://github.com/gangeli/CoreNLP-Scala/issues/6#issuecomment-162286483 .

gangeli commented 8 years ago

Not yet it doesn't, but the new release is set to be out this coming week I believe.