o

opensextant-xponents

An information extraction toolkit focused on geography and temporal entities
https://opensextant.github.io/Xponents
Apache 2
Marc Ubaldino Todd Hay David Lutz David Smiley
Files download
File Operation
opensextant-xponents-3.7.0.jar download
opensextant-xponents-3.7.0.pom download
opensextant-xponents-3.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opensextant</groupId>
  <artifactId>opensextant-xponents</artifactId>
  <version>3.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.opensextant:opensextant-xponents:3.7.0'
Gradle Kotlin
implementation("org.opensextant:opensextant-xponents:3.7.0")
Scala SBT
libraryDependencies += "org.opensextant" % "opensextant-xponents" % "3.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opensextant', module='opensextant-xponents', version='3.7.0')
)
Apache Ivy
<dependency org="org.opensextant" name="opensextant-xponents" rev="3.7.0" />
Leiningen
[org.opensextant/opensextant-xponents "3.7.0"]
Apache Buildr
'org.opensextant:opensextant-xponents:jar:3.7.0'