NLP 自然语言处理框架 ClearTK

码农软件 · 软件分类 · 自然语言处理 · 2019-10-11 18:12:48

软件介绍

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>

本文地址:https://codercto.com/soft/d/16541.html

The Everything Store

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》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具