Download fast-tag-lexicon-0.1.0.jar file - Jar f

Jar examples for f:fast-tag-lexicon

Description

This is a fork of Mark Watson's part of speech tagger.

You can download jar file fast-tag-lexicon 0.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fast-tag-lexicon-0.1.0.jar to your project.

<dependency>
   <groupId>com.github.rholder.nlp</groupId>
   <artifactId>fast-tag-lexicon</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.github.rholder.nlp', name: 'fast-tag-lexicon', version: '0.1.0'
libraryDependencies += "com.github.rholder.nlp" % "fast-tag-lexicon" % "0.1.0"
<dependency org="com.github.rholder.nlp" name="fast-tag-lexicon" rev="0.1.0"/>
@Grapes(@Grab(group='com.github.rholder.nlp', module='fast-tag-lexicon', version='0.1.0'))
'com.github.rholder.nlp:fast-tag-lexicon:jar:0.1.0'

Download

Click the following link to download the jar file.

fast-tag-lexicon-0.1.0-javadoc.jar
fast-tag-lexicon-0.1.0-sources.jar
fast-tag-lexicon-0.1.0.jar
fast-tag-lexicon-0.1.0.pom



Related Tutorials