License |
License |
---|---|
GroupId | GroupIdedu.utah.bmi.nlp |
ArtifactId | ArtifactIdfastner |
Version | Version1.3.2.0 |
Type | Typejar |
Description |
DescriptionFastNER (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 |
Project Organization |
Project OrganizationThe Department of Biomedical Informatics, University of Utah |
Filename | Size |
---|---|
fastner-1.3.2.0.pom | |
fastner-1.3.2.0.jar | 65 KB |
fastner-1.3.2.0-tests.jar | 56 KB |
fastner-1.3.2.0-sources.jar | 43 KB |
fastner-1.3.2.0-javadoc.jar | 159 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ctakes : ctakes-type-system | jar | 4.0.0 |
org.junit.jupiter : junit-jupiter | jar | RELEASE |