c

cleartk-feature

ClearTK feature extractors that depend on the type system.
http://cleartk.googlecode.com/
The BSD 3-Clause License
Steven Bethard Philip Ogren Lee Becker
文件下载
文件名 操作
cleartk-feature-0.8.0.jar 下载
cleartk-feature-0.8.0.pom 下载
cleartk-feature-0.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.cleartk</groupId>
  <artifactId>cleartk-feature</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'org.cleartk:cleartk-feature:0.8.0'
Gradle Kotlin
implementation("org.cleartk:cleartk-feature:0.8.0")
Scala SBT
libraryDependencies += "org.cleartk" % "cleartk-feature" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cleartk', module='cleartk-feature', version='0.8.0')
)
Apache Ivy
<dependency org="org.cleartk" name="cleartk-feature" rev="0.8.0" />
Leiningen
[org.cleartk/cleartk-feature "0.8.0"]
Apache Buildr
'org.cleartk:cleartk-feature:jar:0.8.0'