组织ID: |
edu.washington.cs.knowitall |
项目ID: |
opennlp-postag-models |
版本: |
1.5 |
最后修改时间: |
2018-07-27 16:11:43 |
包类型: |
jar |
标题: |
OpenNLP Postag Models |
描述: |
Stock OpenNLP chunker models. |
相关URL: |
http://opennlp.apache.org |
大小: |
5.44MB |
|
Maven引入代码: |
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>opennlp-postag-models</artifactId>
<version>1.5</version>
</dependency>
|
Gradle引入代码: |
edu.washington.cs.knowitall:opennlp-postag-models:1.5
|
下载Jar包: |
|
POM文件内容: |
<?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-postag-models</artifactId>
<version>1.5</version>
<packaging>jar</packaging>
<name>OpenNLP Postag 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>
|
Jar包内容: |
META-INF/MANIFEST.MF
en-pos-maxent.bin
META-INF/maven/edu.washington.cs.knowitall/opennlp-postag-models/pom.xml
META-INF/maven/edu.washington.cs.knowitall/opennlp-postag-models/pom.properties
|
依赖Jar: |
无
|