Last Version

Crfsuite for Java 0.6.1

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
Version

Version

0.6.1
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 0.6.1


<!-- 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.