Use the following repo url and artifacts for OpenNLP,

this is the repo url for latest openNLP,
<repository>
<id>flexo</id>
<name>flexo-releases</name>
<url>http://flexo.cismet.de:8081/artifactory/apache-repo</url>
</repository>

following are the artifacts,

  <groupId>org.apache.opennlp</groupId>
  <artifactId>opennlp-tools</artifactId>
  <version>1.5.3-incubating-SNAPSHOT</version>
</dependency>
<dependency>
  <groupId>org.apache.opennlp</groupId>
  <artifactId>opennlp-uima</artifactId>
  <version>1.5.3-incubating-SNAPSHOT</version>
</dependency>
<dependency>
  <groupId>org.apache.opennlp</groupId>
  <artifactId>opennlp-maxent</artifactId>
  <version>3.0.3-incubating-SNAPSHOT</version>
</dependency>
if jwnl is not loaded, use following artifact,

<dependency>
<groupId>net.sf.jwordnet</groupId>
<artifactId>jwnl</artifactId>
<version>1.4_rc3</version>
</dependency>


On Wed, Dec 14, 2011 at 10:09 AM, Калибеков Марат <maratkali...@gmail.com>wrote:

> Hello, I wanted to integrate OpenNLP with my application through maven.
> But during getting dependencies in Maven, it says that jwnl:jwnl:1.3.3
> library not found in official maven repo?
>
> How can I solve it?
>
> --
> Калибеков Марат,
> тел: 8 777 4826322
>

Reply via email to