Download fastner-1.3.1.7.jar file - Jar f

Jar examples for f:fastner

Description

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.

You can download jar file fastner 1.3.1.7 in this page.

License

The Apache Software License, Version 2

Build File

You can use the following script to add fastner-1.3.1.7.jar to your project.

<dependency>
   <groupId>edu.utah.bmi.nlp</groupId>
   <artifactId>fastner</artifactId>
   <version>1.3.1.7</version>
</dependency>
compile group: 'edu.utah.bmi.nlp', name: 'fastner', version: '1.3.1.7'
libraryDependencies += "edu.utah.bmi.nlp" % "fastner" % "1.3.1.7"
<dependency org="edu.utah.bmi.nlp" name="fastner" rev="1.3.1.7"/>
@Grapes(@Grab(group='edu.utah.bmi.nlp', module='fastner', version='1.3.1.7'))
'edu.utah.bmi.nlp:fastner:jar:1.3.1.7'

Download

Click the following link to download the jar file.

fastner-1.3.1.7-javadoc.jar
fastner-1.3.1.7-sources.jar
fastner-1.3.1.7-tests.jar
fastner-1.3.1.7.jar
fastner-1.3.1.7.pom



Related Tutorials