You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Jeff Zemerick (JIRA)" <ji...@apache.org> on 2017/11/30 19:57:01 UTC

[jira] [Commented] (OPENNLP-1164) Distribute the language model as a Maven artifact

    [ https://issues.apache.org/jira/browse/OPENNLP-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16273298#comment-16273298 ] 

Jeff Zemerick commented on OPENNLP-1164:
----------------------------------------

See how this sounds for a plan:

# Create a new repo for the projects, something like https://github.com/apache/opennlp-models.git. (I'm open to naming suggestions.)
# In that repo, create a top-level parent pom.xml with artifactId _opennlp-models_.
# Create a module in a subdirectory called _opennlp-models-langdetect_.
# Put the langdetect-183.bin file under src/main/resources of this project. (Use git-lfs for the .bin files.)
# Add necessary README, LICENSE, NOTICE files where needed.
# Publish the artifacts to Maven Central.

Users can use the top level _opennlp-models_ dependency if they want all models (just one right now) or they can just use the _opennlp-models-langdetect_ if they only want that model. Future models would be added in this same pattern.

> Distribute the language model as a Maven artifact
> -------------------------------------------------
>
>                 Key: OPENNLP-1164
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1164
>             Project: OpenNLP
>          Issue Type: Task
>          Components: Build, Packaging and Test
>            Reporter: Jeff Zemerick
>            Assignee: Jeff Zemerick
>            Priority: Minor
>
> Prepare the language model for distribution as a Maven artifact.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)