License |
License
Apache License 2.0
BSD License
|
---|---|
GroupId | GroupIdcom.gengoai |
ArtifactId | ArtifactIdjcrfsuite |
Last Version | Last Version0.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCrfsuite 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 |
Filename | Size |
---|---|
jcrfsuite-0.6.1.pom | |
jcrfsuite-0.6.1.jar | 794 KB |
jcrfsuite-0.6.1-sources.jar | 794 KB |
jcrfsuite-0.6.1-javadoc.jar | 499 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |