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