| 程序包 | 说明 |
|---|---|
| love.cq.domain | |
| love.cq.library | |
| love.cq.splitWord | |
| love.cq.util |
| 类和说明 |
|---|
| AppendForest
一个小树,和Forest的区别是.这个在首字也是用二分查找,意味着,更节省内存.但是在构造和查找的时候都慢一点,一般应用在.词少.或者临时词典中.
|
| SmartForest
一个小树,和Forest的区别是.这个在首字也是用二分查找,做过一次优化.达到到达一定量级自动扩展为hash定位 在ansj分词中这个应用是在自适应分词
|
| WoodInterface |
| 类和说明 |
|---|
| Forest |
| Value |
| WoodInterface |
| 类和说明 |
|---|
| Forest |
| SmartForest
一个小树,和Forest的区别是.这个在首字也是用二分查找,做过一次优化.达到到达一定量级自动扩展为hash定位 在ansj分词中这个应用是在自适应分词
|
| 类和说明 |
|---|
| WoodInterface |
Copyright © 2016. All rights reserved.