License |
License |
---|---|
GroupId | GroupIduk.ac.shef.dcs |
ArtifactId | ArtifactIdjate |
Last Version | Last Version2.0-beta.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Automatic Term Extraction Toolkit (JATE)
JATE is a toolkit for developing and experimenting Automatic Term Extractions/Recognition algorithms in
Java. The motivation of this toolkit is to make available several state-of-the-art algorithms of ATE/ATR to
developers and users of ATE/ATR, and encourage developers of ATE/ATR methods to develop their methods under a
uniform framework to enable comparative studies.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jate-2.0-beta.11.pom | |
jate-2.0-beta.11.jar | 247 KB |
jate-2.0-beta.11-tests.jar | 50 KB |
jate-2.0-beta.11-sources.jar | 153 KB |
jate-2.0-beta.11-javadoc.jar | 694 KB |
jate-2.0-beta.11-jar-with-dependencies.jar | 111 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.shef.dcs/jate/ -->
<dependency>
<groupId>uk.ac.shef.dcs</groupId>
<artifactId>jate</artifactId>
<version>2.0-beta.11</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.shef.dcs/jate/
implementation 'uk.ac.shef.dcs:jate:2.0-beta.11'
// https://jarcasting.com/artifacts/uk.ac.shef.dcs/jate/
implementation ("uk.ac.shef.dcs:jate:2.0-beta.11")
'uk.ac.shef.dcs:jate:jar:2.0-beta.11'
<dependency org="uk.ac.shef.dcs" name="jate" rev="2.0-beta.11">
<artifact name="jate" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.shef.dcs', module='jate', version='2.0-beta.11')
)
libraryDependencies += "uk.ac.shef.dcs" % "jate" % "2.0-beta.11"
[uk.ac.shef.dcs/jate "2.0-beta.11"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.0 |
org.apache.tika : tika-core | jar | 1.15 |
org.apache.tika : tika-parsers | jar | 1.15 |
org.apache.opennlp : opennlp-tools | jar | 1.6.0 |
edu.drexel » dragontool | jar | 1.3.3 |
org.apache.solr : solr-core | jar | 7.2.1 |
org.apache.solr : solr-cell | jar | 7.2.1 |
org.apache.solr : solr-langid | jar | 7.2.1 |
com.google.code.gson : gson | jar | 2.3.1 |
org.apache.solr : solr-solrj | jar | 7.2.1 |
com.googlecode.matrix-toolkits-java : mtj | jar | 1.0.5-SNAPSHOT |
junit : junit | jar | 4.12 |