nlp 项目常用工具包 nlp-lang

码农软件 · 软件分类 · 自然语言处理 · 2019-10-11 17:42:42

软件介绍

nlp-lang

文档地址:http://www.nlpcn.org/docs/7 部分演示:http://www.nlpcn.org/demo

MAVEN

<dependencies>
    <dependency>
        <groupId>org.nlpcn</groupId>
        <artifactId>nlp-lang</artifactId>
        <version>1.7.6</version>
    </dependency>
</dependencies>

这个项目是一个基本包.封装了大多数nlp项目中常用工具

工具

  • √ 词语标准化

  • √ tire树结构

  • √ 双数组tire树

  • √ 文本断句

  • √ html标签清理

  • √ Viterbi算法增加

组件

  • √ 汉字转拼音

  • √ 简繁体转换

  • √ bloomfilter

  • √ 指纹去重

  • √ SimHash文章相似度计算

  • √ 词共现统计

  • √ 基于内存的搜索提示

  • √ WordWeight词频统计,词idf统计,词类别相关度统计


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

A Philosophy of Software Design

A Philosophy of Software Design

John Ousterhout / Yaknyam Press / 2018-4-6 / GBP 14.21

This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first ......一起来看看 《A Philosophy of Software Design》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

MD5 加密
MD5 加密

MD5 加密工具