ixa-ehu / ixa-pipe-pos

IXA pipes Part of Speech tagger and Lemmatizer (http://ixa2.si.ehu.es/ixa-pipes)
Apache License 2.0
17 stars 15 forks source link

Models on Maven Central? #4

Open danielnaber opened 8 years ago

danielnaber commented 8 years ago

Wouldn't it make sense to put ud-morph-models-1.5.0 and morph-models-1.5.0 online at Maven Central? If they're not at Maven Central, every user will need to download them and put them into their git repo, even though it's always the same binary files, or am I missing something?

ragerri commented 8 years ago

Hello Daniel,

I could put them in Maven Central, I guess. What would be the benefit of it? Why would you need to put them in a git repo?

Best,

Rodrigo

On Sat, Aug 27, 2016 at 12:47 PM, Daniel Naber notifications@github.com wrote:

Wouldn't it make sense to put ud-morph-models-1.5.0 and morph-models-1.5.0 online at Maven Central? If they're not at Maven Central, every user will need to download them and put them into their git repo, even though it's always the same binary files, or am I missing something?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ixa-ehu/ixa-pipe-pos/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZl_zMmKJgvOgbbxyeRjWy8d8NQfOfmks5qkBXfgaJpZM4Juq3d .

danielnaber commented 8 years ago

Hi Rodrigo. Sorry, the part about git was a bit misleading. My use case is LanguageTool, where all our dependencies are at Maven Central. If a single dependency isn't, we either need to add it to our code or set up our own repo server and I'd like to avoid that.

jgrivolla commented 7 years ago

The PoS models are packaged and distributed as Maven artifacts by DKPro (https://dkpro.github.io/dkpro-core/releases/1.8.0/docs/model-reference.html#model-de.tudarmstadt.ukp.dkpro.core.opennlp-model-tagger-es-maxent-ixa).

Two things:

ragerri commented 7 years ago

Hi, I will try to package and distribute the models as maven artifacts during next week. The dkpro models are quite old and probably the new ones will break your tests (if any).