- chains(ICharFormat...) - 类 中的静态方法com.github.houbb.nlp.common.format.impl.CharFormats
-
责任链
- CharCommonSegment - com.github.houbb.nlp.common.segment.impl中的类
-
按 char 拆分的通用分词
project: nlp-common-AbstractCommonSegment
create on 2020/2/7 11:17
- CharCommonSegment() - 类 的构造器com.github.houbb.nlp.common.segment.impl.CharCommonSegment
-
- CharFormats - com.github.houbb.nlp.common.format.impl中的类
-
格式工具类
- chars() - 类 中的静态方法com.github.houbb.nlp.common.segment.impl.CommonSegments
-
按字符拆分的分词实现
- CharUtils - com.github.houbb.nlp.common.util中的类
-
字符工具类
- chineseSimple() - 类 中的静态方法com.github.houbb.nlp.common.format.impl.CharFormats
-
中文简体
- ChineseTsCharFormat - com.github.houbb.nlp.common.format.impl中的类
-
中文繁体转简体测试
- ChineseTsCharFormat() - 类 的构造器com.github.houbb.nlp.common.format.impl.ChineseTsCharFormat
-
- clear() - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.AbstractTrieTreeMap
-
- clear() - 接口 中的方法com.github.houbb.nlp.common.dfa.tree.ITrieTreeMap
-
清空操作
- com.github.houbb.nlp.common - 程序包 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.constant
-
- com.github.houbb.nlp.common.data - 程序包 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 - 程序包 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 - 程序包 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 - 程序包 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 - 程序包 com.github.houbb.nlp.common.data.load.transfer
-
转换处理:
key: K
value: V
转换处理,针对每一行的信息统一处理。
- com.github.houbb.nlp.common.dfa - 程序包 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
-
- com.github.houbb.nlp.common.dfa.tree.impl - 程序包 com.github.houbb.nlp.common.dfa.tree.impl
-
- com.github.houbb.nlp.common.exception - 程序包 com.github.houbb.nlp.common.exception
-
project: nlp-common-package-info
create on 2020/2/7 8:52
- com.github.houbb.nlp.common.format - 程序包 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 - 程序包 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
-
- com.github.houbb.nlp.common.segment.impl - 程序包 com.github.houbb.nlp.common.segment.impl
-
- com.github.houbb.nlp.common.util - 程序包 com.github.houbb.nlp.common.util
-
- CommonSegments - com.github.houbb.nlp.common.segment.impl中的类
-
project: nlp-common-CommonSegments
create on 2020/2/7 16:22