c

cleartk-ml-tksvmlight

ClearTK wrapper for tree kernel SVM-light
文件下载
文件名 操作
cleartk-ml-tksvmlight-3.0.0.jar 下载
cleartk-ml-tksvmlight-3.0.0.pom 下载
cleartk-ml-tksvmlight-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.cleartk</groupId>
  <artifactId>cleartk-ml-tksvmlight</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.cleartk:cleartk-ml-tksvmlight:3.0.0'
Gradle Kotlin
implementation("org.cleartk:cleartk-ml-tksvmlight:3.0.0")
Scala SBT
libraryDependencies += "org.cleartk" % "cleartk-ml-tksvmlight" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cleartk', module='cleartk-ml-tksvmlight', version='3.0.0')
)
Apache Ivy
<dependency org="org.cleartk" name="cleartk-ml-tksvmlight" rev="3.0.0" />
Leiningen
[org.cleartk/cleartk-ml-tksvmlight "3.0.0"]
Apache Buildr
'org.cleartk:cleartk-ml-tksvmlight:jar:3.0.0'