is not current version
Last Version 1.4.1.5-jdk1.8

FastNER (Fast Name Entity Recognition) 1.3.2.0

FastNER is a fast implementation of rule-based named entity recognition using hashed rule processing engine. There are two versions: FastNER supports token-based rules, FastCNER supports character-based rules.

License

License

GroupId

GroupId

edu.utah.bmi.nlp
ArtifactId

ArtifactId

fastner
Version

Version

1.3.2.0
Type

Type

jar
Description

Description

FastNER (Fast Name Entity Recognition)
FastNER is a fast implementation of rule-based named entity recognition using hashed rule processing engine. There are two versions: FastNER supports token-based rules, FastCNER supports character-based rules.
Project URL

Project URL

https://github.com/jianlins/FastNER
Project Organization

Project Organization

The Department of Biomedical Informatics, University of Utah

Download fastner 1.3.2.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.commons : commons-io jar 1.3.2
edu.utah.bmi.nlp : nlp-core jar 1.3.2.0
edu.utah.bmi.blulab : domainontology jar 2016.12.2
org.apache.commons : commons-csv jar 1.1

test (2)

Group / Artifact Type Version
org.apache.ctakes : ctakes-type-system jar 4.0.0
org.junit.jupiter : junit-jupiter jar RELEASE

Project Modules

There are no modules declared in this project.