is not current version
Last Version 2.0-beta.11

uk.ac.shef.dcs:jate 2.0-beta.9

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.

GroupId

GroupId

uk.ac.shef.dcs
ArtifactId

ArtifactId

jate
Version

Version

2.0-beta.9
Type

Type

jar

Download jate 2.0-beta.9


<!-- https://jarcasting.com/artifacts/uk.ac.shef.dcs/jate/ -->
<dependency>
    <groupId>uk.ac.shef.dcs</groupId>
    <artifactId>jate</artifactId>
    <version>2.0-beta.9</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.shef.dcs/jate/
implementation 'uk.ac.shef.dcs:jate:2.0-beta.9'
// https://jarcasting.com/artifacts/uk.ac.shef.dcs/jate/
implementation ("uk.ac.shef.dcs:jate:2.0-beta.9")
'uk.ac.shef.dcs:jate:jar:2.0-beta.9'
<dependency org="uk.ac.shef.dcs" name="jate" rev="2.0-beta.9">
  <artifact name="jate" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.shef.dcs', module='jate', version='2.0-beta.9')
)
libraryDependencies += "uk.ac.shef.dcs" % "jate" % "2.0-beta.9"
[uk.ac.shef.dcs/jate "2.0-beta.9"]