Download jcrfsuite-0.6.jar file - Jar j

Jar examples for j:jcrfsuite

Description

Jcrfsuite is a Java interface for crfsuite, a fast implementation of Conditional Random Fields, using SWIG and class injection technique

You can download jar file jcrfsuite 0.6 in this page.

License

Apache License 2.0

Build File

You can use the following script to add jcrfsuite-0.6.jar to your project.

<dependency>
   <groupId>com.github.vinhkhuc</groupId>
   <artifactId>jcrfsuite</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'com.github.vinhkhuc', name: 'jcrfsuite', version: '0.6'
libraryDependencies += "com.github.vinhkhuc" % "jcrfsuite" % "0.6"
<dependency org="com.github.vinhkhuc" name="jcrfsuite" rev="0.6"/>
@Grapes(@Grab(group='com.github.vinhkhuc', module='jcrfsuite', version='0.6'))
'com.github.vinhkhuc:jcrfsuite:jar:0.6'

Download

Click the following link to download the jar file.

jcrfsuite-0.6-javadoc.jar
jcrfsuite-0.6-sources.jar
jcrfsuite-0.6.jar
jcrfsuite-0.6.pom



Related Tutorials