- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://cleartk.github.io/cleartk/
- 软件文档: https://cleartk.github.io/cleartk/docs/index.html
- 官方下载: https://github.com/ClearTK/cleartk
软件介绍
ClearTK 提供一个 Java 的用来开发基于统计的 NLP 自然语言处理框架。基于 Apache UIMA 构建,由科罗拉多大学的计算语言与教育研究中心开发。
示例代码:
FeatureExtractor1<Token> extractor = new TypePathExtractor<Token>(Token.class, "pos"); List<Feature> features = extractor.extract(this.jCas, token);
Maven
<properties>
<cleartk.version>2.0.0</cleartk.version>
</properties>
...
<dependencies>
<dependency>
<groupId>org.cleartk</groupId>
<artifactId>cleartk-ml</artifactId>
<version>${cleartk.version}</version>
</dependency>
<dependency>
<groupId>org.cleartk</groupId>
<artifactId>cleartk-ml-liblinear</artifactId>
<version>${cleartk.version}</version>
</dependency>
...
</dependencies>
The Everything Store
Brad Stone / Little, Brown and Company / 2013-10-22 / USD 28.00
The definitive story of Amazon.com, one of the most successful companies in the world, and of its driven, brilliant founder, Jeff Bezos. Amazon.com started off delivering books through the mail. Bu......一起来看看 《The Everything Store》 这本书的介绍吧!
