NICTA t3as Named-Entity Recognition client

This is a client library for the NICTA NER Web Service.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.t3as
ArtifactId

ArtifactId

nicta-ner-client
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

NICTA t3as Named-Entity Recognition client
This is a client library for the NICTA NER Web Service.
Project Organization

Project Organization

NICTA
Source Code Management

Source Code Management

https://github.com/NICTA/nicta-ner

Download nicta-ner-client

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.t3as : nicta-ner-common jar 1.0.0
com.beust : jcommander jar 1.35
com.google.guava : guava jar 17.0
org.glassfish.jersey.core : jersey-client jar 2.10.1
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.10.1

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.8.8
com.little-fluffy-clouds : testng-system-out-printer jar 0.1

Project Modules

There are no modules declared in this project.

NICTA t3as Named-Entity Recognition (NER)

NICTA t3as Named-Entity Recognition is a rule based Named-Entity Recognition library which extracts named entities from text, such as Organisation, Location and Person names. It is written in Java.

Contributed by:

  • Mats Henrikson
  • William Han
  • Scott Sanner
  • Kishor Gawande

License

Copyright (c) 2010, National ICT Australia All rights reserved.

This software is under the GPL version 3. Please see the license file LICENSE.txt

The contents (data/documentation/artwork) is under the Creative Commons 3.0 BY-SA More information about "Creative Commons" license can be found at http://creativecommons.org/licenses/by-sa/3.0/

Maven Central

Parts of this project are also available on Maven Central under the org.t3as group id:

http://search.maven.org/#search%7Cga%7C1%7Corg.t3as

Modules

The NICTA NER project contains a number of subprojects implementing various functionality:

  1. NICTA NER library This is the core NER library that does the actual processing work. This can be run from the command line or imported into a JVM based project.
  2. NER webservice A simple webservice that wraps the NER library.
  3. NER client A simple Java client for the remote webservice that can be used either from the command line, or by importing the Java library in your own JVM based projects.
  4. NER Web User Interface A simple Haskell/Yesod based demo user interface for the web service.
  5. NER Haskell client A client for the web service written in Haskell (which the Yesod web UI makes use of).
  6. CoNLL 2003 evaluation Code for carrying out an evaluation of the NER library against the CoNLL 2003 shared task.
org.t3as

NICTA (Data61)

Versions

Version
1.0.0
0.2