opennlp-chunk-models
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>edu.washington.cs.knowitall</groupId> <artifactId>opennlp-chunk-models</artifactId> <version>1.5</version> </dependency>
<?xml version="1.0"?> <project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>edu.washington.cs.knowitall</groupId> <artifactId>knowitall-oss</artifactId> <version>1.0.0</version> </parent> <groupId>edu.washington.cs.knowitall</groupId> <artifactId>opennlp-chunk-models</artifactId> <version>1.5</version> <packaging>jar</packaging> <name>OpenNLP Chunker Models</name> <description>Stock OpenNLP chunker models.</description> <url>http://opennlp.apache.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://opennlp.sourceforge.net/models-1.5/</url> <connection>http://opennlp.sourceforge.net/models-1.5/</connection> </scm> <developers> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>