Crfsuite for Java

This project is repackaging of JCrfsuite to remove the native class loading functionality which causes illegal reflective access errors in newer versions of Java. Jcrfsuite is a Java interface for crfsuite, a fast implementation of Conditional Random Fields, using SWIG.

License

License

Apache License 2.0
BSD License
GroupId

GroupId

com.gengoai
ArtifactId

ArtifactId

jcrfsuite
Last Version

Last Version

0.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

Crfsuite for Java
This project is repackaging of JCrfsuite to remove the native class loading functionality which causes illegal reflective access errors in newer versions of Java. Jcrfsuite is a Java interface for crfsuite, a fast implementation of Conditional Random Fields, using SWIG.
Project URL

Project URL

http://maven.apache.org

Download jcrfsuite

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.1