License |
License |
---|---|
GroupId | GroupIdorg.t3as |
ArtifactId | ArtifactIdnicta-ner-common |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionNICTA t3as Named-Entity Recognition common files
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 library contains files common between the other modules in the project.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nicta-ner-common-1.0.0.pom | |
nicta-ner-common-1.0.0.jar | 8 KB |
nicta-ner-common-1.0.0-sources.jar | 6 KB |
nicta-ner-common-1.0.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.t3as/nicta-ner-common/ -->
<dependency>
<groupId>org.t3as</groupId>
<artifactId>nicta-ner-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.t3as/nicta-ner-common/
implementation 'org.t3as:nicta-ner-common:1.0.0'
// https://jarcasting.com/artifacts/org.t3as/nicta-ner-common/
implementation ("org.t3as:nicta-ner-common:1.0.0")
'org.t3as:nicta-ner-common:jar:1.0.0'
<dependency org="org.t3as" name="nicta-ner-common" rev="1.0.0">
<artifact name="nicta-ner-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.t3as', module='nicta-ner-common', version='1.0.0')
)
libraryDependencies += "org.t3as" % "nicta-ner-common" % "1.0.0"
[org.t3as/nicta-ner-common "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
com.google.code.findbugs : jsr305 | jar | 2.0.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
com.little-fluffy-clouds : testng-system-out-printer | jar | 0.1 |