跳过导航链接
A C D F G H I L N S T 

A

AbstractCharFormatInit - com.github.houbb.nlp.common.format.impl中的类
抽象格式化处理
AbstractCharFormatInit() - 类 的构造器com.github.houbb.nlp.common.format.impl.AbstractCharFormatInit
 
AbstractCommonSegment - com.github.houbb.nlp.common.segment.impl中的类
抽象通用分词 project: nlp-common-AbstractCommonSegment create on 2020/2/7 11:17
AbstractCommonSegment() - 类 的构造器com.github.houbb.nlp.common.segment.impl.AbstractCommonSegment
 
AbstractTrieTreeMap - com.github.houbb.nlp.common.dfa.tree.impl中的类
project: nlp-common-ITrieTreeMap create on 2020/2/7 13:23
AbstractTrieTreeMap() - 类 的构造器com.github.houbb.nlp.common.dfa.tree.impl.AbstractTrieTreeMap
 
add(String) - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.AbstractTrieTreeMap
 
add(String) - 接口 中的方法com.github.houbb.nlp.common.dfa.tree.ITrieTreeMap
新增单词

C

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

D

DefaultCommonSegment - com.github.houbb.nlp.common.segment.impl中的类
默认的分词策略 中文不做分词处理 project: nlp-common-SimpleCommonSegment create on 2020/2/7 11:22
DefaultCommonSegment() - 类 的构造器com.github.houbb.nlp.common.segment.impl.DefaultCommonSegment
 
defaults() - 类 中的静态方法com.github.houbb.nlp.common.dfa.tree.impl.TrieTreeMaps
默认实现
defaults() - 类 中的静态方法com.github.houbb.nlp.common.format.impl.CharFormats
默认格式化实现
defaults() - 类 中的静态方法com.github.houbb.nlp.common.segment.impl.CommonSegments
默认的分词实现
DefaultTrieTreeMap - com.github.houbb.nlp.common.dfa.tree.impl中的类
可以新增单词。
DefaultTrieTreeMap() - 类 的构造器com.github.houbb.nlp.common.dfa.tree.impl.DefaultTrieTreeMap
 
doSegment(String) - 类 中的方法com.github.houbb.nlp.common.segment.impl.AbstractCommonSegment
执行分词
doSegment(String) - 类 中的方法com.github.houbb.nlp.common.segment.impl.CharCommonSegment
 
doSegment(String) - 类 中的方法com.github.houbb.nlp.common.segment.impl.SimpleCommonSegment
 
doSegment(String) - 类 中的方法com.github.houbb.nlp.common.segment.impl.SingleCommonSegment
 

F

fastForward() - 类 中的静态方法com.github.houbb.nlp.common.segment.impl.CommonSegments
快速向前的分词实现
fastForward(ITrieTreeMap) - 类 中的静态方法com.github.houbb.nlp.common.segment.impl.CommonSegments
快速向前的分词实现
FastForwardCommonSegment - com.github.houbb.nlp.common.segment.impl中的类
贪心最大长度 project: nlp-common-FastForwardCommonSegment create on 2020/2/7 11:33
FastForwardCommonSegment(ITrieTreeMap) - 类 的构造器com.github.houbb.nlp.common.segment.impl.FastForwardCommonSegment
获取实例
format(char) - 接口 中的方法com.github.houbb.nlp.common.format.ICharFormat
格式化
format(char) - 类 中的方法com.github.houbb.nlp.common.format.impl.AbstractCharFormatInit
 
format(char) - 类 中的方法com.github.houbb.nlp.common.format.impl.ChineseTsCharFormat
 
format(char) - 类 中的方法com.github.houbb.nlp.common.format.impl.HalfWidthCharFormat
 
format(char) - 类 中的方法com.github.houbb.nlp.common.format.impl.LowerCaseCharFormat
 
format(char) - 类 中的方法com.github.houbb.nlp.common.format.impl.NoneCharFormat
 

G

getChineseSegments(String) - 类 中的方法com.github.houbb.nlp.common.segment.impl.DefaultCommonSegment
 
getChineseSegments(String) - 类 中的方法com.github.houbb.nlp.common.segment.impl.FastForwardCommonSegment
 
getChineseSegments(String) - 类 中的方法com.github.houbb.nlp.common.segment.impl.SimpleCommonSegment
获取中文分词列表 (1)默认直接按照中文拆分。
getDictPath() - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.DefaultTrieTreeMap
获取字典路径
getLineWord(String) - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.DefaultTrieTreeMap
获取每一行的单词信息
getStaticVolatileMap() - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.AbstractTrieTreeMap
获取容易变化的 map
getStaticVolatileMap() - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.DefaultTrieTreeMap
 
getTrieTreeMap() - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.AbstractTrieTreeMap
 
getTrieTreeMap() - 接口 中的方法com.github.houbb.nlp.common.dfa.tree.ITrieTreeMap
获取对应的词信息
getWordCollection() - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.AbstractTrieTreeMap
获取单词集合
getWordCollection() - 类 中的方法com.github.houbb.nlp.common.dfa.tree.impl.DefaultTrieTreeMap
 

H

halfWidth() - 类 中的静态方法com.github.houbb.nlp.common.format.impl.CharFormats
转换为半角
HalfWidthCharFormat - com.github.houbb.nlp.common.format.impl中的类
全角半角格式化处理
HalfWidthCharFormat() - 类 的构造器com.github.houbb.nlp.common.format.impl.HalfWidthCharFormat
 

I

ICharFormat - com.github.houbb.nlp.common.format中的接口
project: nlp-common-ICharFormat create on 2020/2/7 8:49
ICommonSegment - com.github.houbb.nlp.common.segment中的接口
通用的分割实现 project: nlp-common-ICommonSegment create on 2020/2/7 11:10
init(Pipeline<ICharFormat>) - 类 中的方法com.github.houbb.nlp.common.format.impl.AbstractCharFormatInit
初始化列表
IS_END - 类 中的静态变量com.github.houbb.nlp.common.constant.NlpConst
是否为结束的标识
isConnectorChars(char) - 类 中的静态方法com.github.houbb.nlp.common.util.CharUtils
是否为连接符号
isConsequent(char) - 类 中的静态方法com.github.houbb.nlp.common.util.CharUtils
是否为连续的信息
isLetterOrConnector(char) - 类 中的静态方法com.github.houbb.nlp.common.util.CharUtils
是英文或者连接符号
ITrieTreeMap - com.github.houbb.nlp.common.dfa.tree中的接口
project: nlp-common-ITrieTreeMap create on 2020/2/7 13:23

L

lowerCase() - 类 中的静态方法com.github.houbb.nlp.common.format.impl.CharFormats
转换为小写
LowerCaseCharFormat - com.github.houbb.nlp.common.format.impl中的类
英文大小写格式化处理
LowerCaseCharFormat() - 类 的构造器com.github.houbb.nlp.common.format.impl.LowerCaseCharFormat
 

N

NLP_CHINESE_TS_CHAR_PATH - 类 中的静态变量com.github.houbb.nlp.common.constant.NlpConst
分词中文繁体转简体路径
NLP_WORD_FREQ_DICT_PATH - 类 中的静态变量com.github.houbb.nlp.common.constant.NlpConst
默认单词频率路径
NlpCommonException - com.github.houbb.nlp.common.exception中的异常错误
project: nlp-common-NlpCommonException create on 2020/2/7 8:52
NlpCommonException() - 异常错误 的构造器com.github.houbb.nlp.common.exception.NlpCommonException
 
NlpCommonException(String) - 异常错误 的构造器com.github.houbb.nlp.common.exception.NlpCommonException
 
NlpCommonException(String, Throwable) - 异常错误 的构造器com.github.houbb.nlp.common.exception.NlpCommonException
 
NlpCommonException(Throwable) - 异常错误 的构造器com.github.houbb.nlp.common.exception.NlpCommonException
 
NlpCommonException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.houbb.nlp.common.exception.NlpCommonException
 
NlpConst - com.github.houbb.nlp.common.constant中的类
project: nlp-common-NlpConst create on 2020/2/7 9:18
none() - 类 中的静态方法com.github.houbb.nlp.common.format.impl.CharFormats
无格式化实现
NoneCharFormat - com.github.houbb.nlp.common.format.impl中的类
无格式化处理
NoneCharFormat() - 类 的构造器com.github.houbb.nlp.common.format.impl.NoneCharFormat
 

S

segment(String) - 接口 中的方法com.github.houbb.nlp.common.segment.ICommonSegment
对文本进行分割
segment(String) - 类 中的方法com.github.houbb.nlp.common.segment.impl.AbstractCommonSegment
 
simple() - 类 中的静态方法com.github.houbb.nlp.common.segment.impl.CommonSegments
简单的分词实现
SimpleCommonSegment - com.github.houbb.nlp.common.segment.impl中的类
project: nlp-common-SimpleCommonSegment create on 2020/2/7 11:22
SimpleCommonSegment() - 类 的构造器com.github.houbb.nlp.common.segment.impl.SimpleCommonSegment
 
single() - 类 中的静态方法com.github.houbb.nlp.common.segment.impl.CommonSegments
单个的分词实现
SingleCommonSegment - com.github.houbb.nlp.common.segment.impl中的类
单个词语通用分词 project: nlp-common-AbstractCommonSegment create on 2020/2/7 11:17
SingleCommonSegment() - 类 的构造器com.github.houbb.nlp.common.segment.impl.SingleCommonSegment
 

T

TrieTreeMaps - com.github.houbb.nlp.common.dfa.tree.impl中的类
project: nlp-common-TrieTreeMaps create on 2020/2/7 16:51
A C D F G H I L N S T 
跳过导航链接

Copyright © 2021. All rights reserved.