| 程序包 | 说明 |
|---|---|
| com.github.houbb.nlp.common |
project: nlp-common-package-info
create on 2020/2/7 8:49
|
| com.github.houbb.nlp.common.constant | |
| com.github.houbb.nlp.common.data |
project: nlp-common-package-info
create on 2020/2/7 8:50
|
| com.github.houbb.nlp.common.data.init |
project: nlp-common-package-info
create on 2020/2/7 8:50
|
| com.github.houbb.nlp.common.data.load |
project: nlp-common-package-info
create on 2020/2/7 8:50
|
| com.github.houbb.nlp.common.data.load.freq |
基于词频的处理
(1)word-checker
(2)segment
key: char/String
value: count
不关心如何存储。
|
| com.github.houbb.nlp.common.data.load.transfer |
转换处理:
key: K
value: V
转换处理,针对每一行的信息统一处理。
|
| com.github.houbb.nlp.common.dfa |
可以有两种实现方式
(1)基于 tree map
(2)基于双数组
project: nlp-common-package-info
create on 2020/2/7 13:24
|
| com.github.houbb.nlp.common.dfa.tree | |
| com.github.houbb.nlp.common.dfa.tree.impl | |
| com.github.houbb.nlp.common.exception |
project: nlp-common-package-info
create on 2020/2/7 8:52
|
| com.github.houbb.nlp.common.format |
格式化相关处理
project: nlp-common-package-info
create on 2020/2/7 9:02
|
| com.github.houbb.nlp.common.format.impl |
project: word-checker-package-info
create on 2020/2/6 9:56
|
| com.github.houbb.nlp.common.segment | |
| com.github.houbb.nlp.common.segment.impl | |
| com.github.houbb.nlp.common.util |
Copyright © 2021. All rights reserved.