组织ID: |
edu.washington.cs.knowitall.nlptools |
项目ID: |
nlptools-chunk-opennlp_2.10 |
版本: |
2.4.4 |
最后修改时间: |
2019-10-24 06:12:56 |
包类型: |
jar |
标题: |
Apache 2.0 |
描述: |
nlptools-chunk-opennlp |
相关URL: |
https://github.com/knowitall/nlptools |
大小: |
10.15KB |
|
Maven引入代码: |
<dependency>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-chunk-opennlp_2.10</artifactId>
<version>2.4.4</version>
</dependency>
|
Gradle引入代码: |
edu.washington.cs.knowitall.nlptools:nlptools-chunk-opennlp_2.10:2.4.4
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-chunk-opennlp_2.10</artifactId>
<packaging>jar</packaging>
<description>nlptools-chunk-opennlp</description>
<url>https://github.com/knowitall/nlptools</url>
<version>2.4.4</version>
<licenses>
<license>
<name>Apache 2.0 </name>
<url>http://www.opensource.org/licenses/bsd-3-clause</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>nlptools-chunk-opennlp</name>
<organization>
<name>edu.washington.cs.knowitall.nlptools</name>
<url>https://github.com/knowitall/nlptools</url>
</organization>
<scm>
<url>https://github.com/knowitall/nlptools</url>
<connection>scm:git://github.com/knowitall/nlptools.git</connection>
<developerConnection>scm:git:git@github.com:knowitall/nlptools.git</developerConnection>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<name>Michael Schmitz</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-postag-opennlp_2.10</artifactId>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.10</artifactId>
<version>1.12.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.databinder.dispatch</groupId>
<artifactId>dispatch-core_2.10</artifactId>
<version>0.11.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-filter_2.10</artifactId>
<version>0.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-jetty_2.10</artifactId>
<version>0.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>1.5.3</version>
<exclusions>
<exclusion>
<groupId>net.sf.jwordnet</groupId>
<artifactId>jwnl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>opennlp-chunk-models</artifactId>
<version>1.5</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>mymavenproxyreleases</id>
<name>my-maven-proxy-releases</name>
<url>http://trusty.cs.washington.edu:8082/nexus/content/repositories/central/</url>
<layout>default</layout>
</repository>
<repository>
<id>openregex</id>
<name>openregex</name>
<url>https://oss.sonatype.org/content/repositories/eduwashingtoncsknowitall-1050/</url>
<layout>default</layout>
</repository>
<repository>
<id>openregexscala</id>
<name>openregex-scala</name>
<url>https://oss.sonatype.org/content/repositories/eduwashingtoncsknowitall-1052/</url>
<layout>default</layout>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
edu.knowitall.tool.chunk.OpenNlpChunker$$anonfun$chunkPostagged$1.class
edu.knowitall.tool.chunk.OpenNlpChunker$.class
edu.knowitall.tool.chunk.OpenNlpChunker$$anonfun$1.class
edu.knowitall.tool.chunk.OpenNlpChunker$$anonfun$3.class
edu.knowitall.tool.chunk.OpenNlpChunkerMain$.class
edu.knowitall.tool.chunk.OpenNlpChunker.class
edu.knowitall.tool.chunk.OpenNlpChunkerMain.class
edu.knowitall.tool.chunk.OpenNlpChunker$$anonfun$2.class
edu.knowitall.tool.chunk.OpenNlpChunker$$anonfun$loadModel$1.class
|
依赖Jar: |
scala-library-2.10.3.jar
/org.scala-lang/scala-library/2.10.3
查看scala-library所有版本文件
nlptools-postag-opennlp_2.10-2.4.4.jar
/edu.washington.cs.knowitall.nlptools/nlptools-postag-opennlp_2.10/2.4.4
查看nlptools-postag-opennlp_2.10所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
specs2_2.10-1.12.3.jar
/org.specs2/specs2_2.10/1.12.3
查看specs2_2.10所有版本文件
dispatch-core_2.10-0.11.0.jar
/net.databinder.dispatch/dispatch-core_2.10/0.11.0
查看dispatch-core_2.10所有版本文件
unfiltered-filter_2.10-0.7.0.jar
/net.databinder/unfiltered-filter_2.10/0.7.0
查看unfiltered-filter_2.10所有版本文件
unfiltered-jetty_2.10-0.7.0.jar
/net.databinder/unfiltered-jetty_2.10/0.7.0
查看unfiltered-jetty_2.10所有版本文件
opennlp-tools-1.5.3.jar
/org.apache.opennlp/opennlp-tools/1.5.3
查看opennlp-tools所有版本文件
opennlp-chunk-models-1.5.jar
/edu.washington.cs.knowitall/opennlp-chunk-models/1.5
查看opennlp-chunk-models所有版本文件
|