is not current version
Last Version 2.2.1

com.github.heideltime:heideltime 2.1

HeidelTime is a multilingual cross-domain temporal tagger that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.heideltime
ArtifactId

ArtifactId

heideltime
Version

Version

2.1
Type

Type

jar

Download heideltime 2.1


<!-- https://jarcasting.com/artifacts/com.github.heideltime/heideltime/ -->
<dependency>
    <groupId>com.github.heideltime</groupId>
    <artifactId>heideltime</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heideltime/heideltime/
implementation 'com.github.heideltime:heideltime:2.1'
// https://jarcasting.com/artifacts/com.github.heideltime/heideltime/
implementation ("com.github.heideltime:heideltime:2.1")
'com.github.heideltime:heideltime:jar:2.1'
<dependency org="com.github.heideltime" name="heideltime" rev="2.1">
  <artifact name="heideltime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heideltime', module='heideltime', version='2.1')
)
libraryDependencies += "com.github.heideltime" % "heideltime" % "2.1"
[com.github.heideltime/heideltime "2.1"]