n

nicta-ner

The NICTA t3as Named-Entity Recognition is a Java based Named-Entity Recognition library which extracts named entities from text such as Organisation, Location, Date and Person names. This is the main library that does the actual NER work.
http://t3as.org/
GNU GENERAL PUBLIC LICENSE Version 3
NICTA
Mats Henrikson William Han Scott Sanner Kishor Gawande
Files download
File Operation
nicta-ner-1.0.0.jar download
nicta-ner-1.0.0.pom download
nicta-ner-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.t3as</groupId>
  <artifactId>nicta-ner</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.t3as:nicta-ner:1.0.0'
Gradle Kotlin
implementation("org.t3as:nicta-ner:1.0.0")
Scala SBT
libraryDependencies += "org.t3as" % "nicta-ner" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.t3as', module='nicta-ner', version='1.0.0')
)
Apache Ivy
<dependency org="org.t3as" name="nicta-ner" rev="1.0.0" />
Leiningen
[org.t3as/nicta-ner "1.0.0"]
Apache Buildr
'org.t3as:nicta-ner:jar:1.0.0'