Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.rst

汉语分词系统

Date: 10/07 2018

介绍

一个使用 Rust 语言实现的汉语分词系统。

算法

  1. 隐式马尔可夫模型(HMM)
  2. 基于字典的正向最大化匹配(MMSEG)

字典来源

  1. MMSEG 中文分词字典来源于 chenlb/mmseg4j-from-googlecode
  2. HMM 中文分词算法所使用到的模型数据来源于 yanyiwu/cppjieba

其它相关项目

参考

About

基于隐式马尔可夫模型和正向最大化匹配的中文分词系统

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.