您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
E
F
G
H
I
L
M
O
R
S
T
U
V
W
A
add(String, T)
- 类 中的方法love.cq.domain.
AppendForest
增加新词
add(WoodInterface)
- 类 中的方法love.cq.domain.
AppendForest
add(WoodInterface)
- 类 中的方法love.cq.domain.
Branch
add(WoodInterface)
- 类 中的方法love.cq.domain.
Forest
add(String, T)
- 类 中的方法love.cq.domain.
SmartForest
增加新词
add(WoodInterface)
- 接口 中的方法love.cq.domain.
WoodInterface
add(T, int)
- 类 中的方法love.cq.util.
MapCount
增加一个元素
add(T)
- 类 中的方法love.cq.util.
MapCount
计数增加.默认为1
AnsjArrays
-
love.cq.util
中的类
AnsjArrays()
- 类 的构造器love.cq.util.
AnsjArrays
append(String, T)
- 类 中的方法love.cq.domain.
AppendForest
增加新词
AppendForest
<
T
> -
love.cq.domain
中的类
一个小树,和Forest的区别是.这个在首字也是用二分查找,意味着,更节省内存.但是在构造和查找的时候都慢一点,一般应用在.词少.或者临时词典中.
AppendForest()
- 类 的构造器love.cq.domain.
AppendForest
AppendForest(char, int, T)
- 类 的构造器love.cq.domain.
AppendForest
B
binarySearch(WoodInterface[], char)
- 类 中的静态方法love.cq.util.
AnsjArrays
二分法查找.摘抄了jdk的东西..只不过把他的自动装箱功能给去掉了
Branch
-
love.cq.domain
中的类
Branch(char, int, String[])
- 类 的构造器love.cq.domain.
Branch
branches
- 类 中的变量love.cq.domain.
AppendForest
status 此字的状态1,继续 2,是个词语但是还可以继续 ,3确定 nature 词语性质
branches
- 类 中的变量love.cq.domain.
SmartForest
status 此字的状态1,继续 2,是个词语但是还可以继续 ,3确定 nature 词语性质
C
clear()
- 类 中的方法love.cq.domain.
Forest
清空树释放内存
close()
- 类 中的方法love.cq.util.
FileIterator
close(Reader)
- 类 中的静态方法love.cq.util.
IOUtil
关闭字符流
close(InputStream)
- 类 中的静态方法love.cq.util.
IOUtil
关闭字节流
close(OutputStream)
- 类 中的静态方法love.cq.util.
IOUtil
关闭字节流
CollectionUtil
-
love.cq.util
中的类
CollectionUtil()
- 类 的构造器love.cq.util.
CollectionUtil
compareTo(char)
- 类 中的方法love.cq.domain.
AppendForest
compareTo(AppendForest<T>)
- 类 中的方法love.cq.domain.
AppendForest
compareTo(char)
- 类 中的方法love.cq.domain.
Branch
compareTo(char)
- 类 中的方法love.cq.domain.
Forest
compareTo(char)
- 类 中的方法love.cq.domain.
SmartForest
compareTo(SmartForest<T>)
- 类 中的方法love.cq.domain.
SmartForest
compareTo(char)
- 接口 中的方法love.cq.domain.
WoodInterface
contains(char)
- 类 中的方法love.cq.domain.
AppendForest
二分查找是否包含
contains(char)
- 类 中的方法love.cq.domain.
Branch
contains(char)
- 类 中的方法love.cq.domain.
Forest
contains(char)
- 类 中的方法love.cq.domain.
SmartForest
二分查找是否包含
contains(char)
- 接口 中的方法love.cq.domain.
WoodInterface
conversion(String, Class<?>)
- 类 中的静态方法love.cq.util.
ReflectUtil
将一个对象转换为对应的类
copyOfRange(T[], int, int)
- 类 中的静态方法love.cq.util.
AnsjArrays
copyOfRange(U[], int, int, Class<? extends T[]>)
- 类 中的静态方法love.cq.util.
AnsjArrays
E
equals(char)
- 类 中的方法love.cq.domain.
AppendForest
equals(char)
- 类 中的方法love.cq.domain.
Branch
equals(char)
- 类 中的方法love.cq.domain.
Forest
equals(char)
- 类 中的方法love.cq.domain.
SmartForest
equals(char)
- 接口 中的方法love.cq.domain.
WoodInterface
F
FileIterator
-
love.cq.util
中的类
文件迭代器
FileIterator(String, String)
- 类 的构造器love.cq.util.
FileIterator
Forest
-
love.cq.domain
中的类
Forest()
- 类 的构造器love.cq.domain.
Forest
G
GBK
- 类 中的静态变量love.cq.util.
IOUtil
get(char)
- 类 中的方法love.cq.domain.
AppendForest
get(char)
- 类 中的方法love.cq.domain.
Branch
get(char)
- 类 中的方法love.cq.domain.
Forest
get(char)
- 类 中的方法love.cq.domain.
SmartForest
get(char)
- 接口 中的方法love.cq.domain.
WoodInterface
get()
- 类 中的方法love.cq.util.
MapCount
得道内部的map
getAllWords()
- 类 中的方法love.cq.splitWord.
GetWord
getAllWords()
- 类 中的方法love.cq.splitWord.
SmartGetWord
getBranch(String)
- 类 中的方法love.cq.domain.
AppendForest
根据一个词获得所取的参数,没有就返回null
getBranch(char)
- 类 中的方法love.cq.domain.
SmartForest
getBranch(String)
- 类 中的方法love.cq.domain.
SmartForest
根据一个词获得所取的参数,没有就返回null
getBranch(char[])
- 类 中的方法love.cq.domain.
SmartForest
根据一个词获得所取的参数,没有就返回null
getC()
- 类 中的方法love.cq.domain.
AppendForest
getC()
- 类 中的方法love.cq.domain.
Branch
getC()
- 类 中的方法love.cq.domain.
Forest
getC()
- 类 中的方法love.cq.domain.
SmartForest
getC()
- 接口 中的方法love.cq.domain.
WoodInterface
getContent(String, String)
- 类 中的静态方法love.cq.util.
IOUtil
getContent(InputStream, String)
- 类 中的静态方法love.cq.util.
IOUtil
getContent(File, String)
- 类 中的静态方法love.cq.util.
IOUtil
getContent(BufferedReader)
- 类 中的静态方法love.cq.util.
IOUtil
getDic()
- 类 中的方法love.cq.util.
MapCount
将map序列化为词典格式
getFrontWords()
- 类 中的方法love.cq.splitWord.
GetWord
getFrontWords()
- 类 中的方法love.cq.splitWord.
SmartGetWord
getInputStream(String)
- 类 中的静态方法love.cq.util.
IOUtil
getInt(String, int)
- 类 中的静态方法love.cq.util.
ObjectBean
getKeyword()
- 类 中的方法love.cq.domain.
Value
getNature()
- 类 中的方法love.cq.domain.
Forest
getParam()
- 类 中的方法love.cq.domain.
AppendForest
getParam(int)
- 类 中的方法love.cq.domain.
Branch
得道第几个参数
getParam()
- 类 中的方法love.cq.domain.
SmartForest
getParam(int)
- 类 中的方法love.cq.splitWord.
GetWord
getParam()
- 类 中的方法love.cq.splitWord.
SmartGetWord
参数
getParamers()
- 类 中的方法love.cq.domain.
Value
getParams()
- 类 中的方法love.cq.domain.
AppendForest
getParams()
- 类 中的方法love.cq.domain.
Branch
getParams()
- 类 中的方法love.cq.domain.
Forest
getParams()
- 接口 中的方法love.cq.domain.
WoodInterface
getParams()
- 类 中的方法love.cq.splitWord.
GetWord
得到全部参数
getRandomAccessFile(String, String)
- 类 中的静态方法love.cq.util.
IOUtil
getReader(String, String)
- 类 中的静态方法love.cq.util.
IOUtil
getReader(InputStream, String)
- 类 中的静态方法love.cq.util.
IOUtil
getSize()
- 类 中的方法love.cq.domain.
Forest
getStatus()
- 类 中的方法love.cq.domain.
AppendForest
getStatus()
- 类 中的方法love.cq.domain.
Branch
getStatus()
- 类 中的方法love.cq.domain.
Forest
getStatus()
- 类 中的方法love.cq.domain.
SmartForest
getStatus()
- 接口 中的方法love.cq.domain.
WoodInterface
getWord(String)
- 类 中的方法love.cq.domain.
Forest
得到一个分词对象
getWord(char[])
- 类 中的方法love.cq.domain.
Forest
得到一个分词对象
getWord(char[])
- 类 中的方法love.cq.domain.
SmartForest
GetWord
-
love.cq.splitWord
中的类
GetWord(Forest, String)
- 类 的构造器love.cq.splitWord.
GetWord
GetWord(Forest, char[])
- 类 的构造器love.cq.splitWord.
GetWord
H
hashCode()
- 类 中的方法love.cq.domain.
AppendForest
hashCode()
- 类 中的方法love.cq.domain.
Branch
hashCode()
- 类 中的方法love.cq.domain.
SmartForest
hasNext()
- 类 中的方法love.cq.util.
FileIterator
I
insertWord(Forest, Value)
- 类 中的静态方法love.cq.library.
Library
insertWord(WoodInterface, String)
- 类 中的静态方法love.cq.library.
Library
插入一个词
instanceFileIterator(String, String)
- 类 中的静态方法love.cq.util.
IOUtil
IOUtil
-
love.cq.util
中的类
java 一个简单的io操作
IOUtil()
- 类 的构造器love.cq.util.
IOUtil
isBlank(CharSequence)
- 类 中的静态方法love.cq.util.
StringUtil
判断字符串是否为空
isBlank(char[])
- 类 中的静态方法love.cq.util.
StringUtil
isE(char)
- 类 中的方法love.cq.splitWord.
GetWord
isE(char)
- 类 中的方法love.cq.splitWord.
SmartGetWord
isNotBlank(CharSequence)
- 类 中的静态方法love.cq.util.
StringUtil
判断字符串是否不为空
L
Library
-
love.cq.library
中的类
Library()
- 类 的构造器love.cq.library.
Library
LINE
- 类 中的静态变量love.cq.util.
IOUtil
LINEBYTE
- 类 中的静态变量love.cq.util.
IOUtil
loadMap(String, String, Class<K>, Class<V>)
- 类 中的静态方法love.cq.util.
IOUtil
加载一个文件到hashMap
love.cq.domain
- 程序包 love.cq.domain
love.cq.library
- 程序包 love.cq.library
love.cq.splitWord
- 程序包 love.cq.splitWord
love.cq.util
- 程序包 love.cq.util
M
main(String[])
- 类 中的静态方法love.cq.domain.
AppendForest
main(String[])
- 类 中的静态方法love.cq.domain.
SmartForest
main(String[])
- 类 中的静态方法love.cq.splitWord.
GetWord
main(String[])
- 类 中的静态方法love.cq.splitWord.
SmartGetWord
main(String[])
- 类 中的静态方法love.cq.util.
AnsjArrays
main(String[])
- 类 中的静态方法love.cq.util.
IOUtil
main(String[])
- 类 中的静态方法love.cq.util.
MapCount
main(String[])
- 类 中的静态方法love.cq.util.
StringUtil
makeForest(String)
- 类 中的静态方法love.cq.library.
Library
makeForest(InputStream)
- 类 中的静态方法love.cq.library.
Library
makeForest(BufferedReader)
- 类 中的静态方法love.cq.library.
Library
makeForest(List<Value>)
- 类 中的静态方法love.cq.library.
Library
传入value数组.构造树
makeSqlInString(String)
- 类 中的静态方法love.cq.util.
StringUtil
MapCount
<
T
> -
love.cq.util
中的类
用map做的计数器.
MapCount()
- 类 的构造器love.cq.util.
MapCount
MapCount(int)
- 类 的构造器love.cq.util.
MapCount
O
ObjectBean
-
love.cq.util
中的类
ObjectBean()
- 类 的构造器love.cq.util.
ObjectBean
offe
- 类 中的变量love.cq.splitWord.
GetWord
offe
- 类 中的变量love.cq.splitWord.
SmartGetWord
R
readFile2List(String, String)
- 类 中的静态方法love.cq.util.
IOUtil
readFile2List(File, String)
- 类 中的静态方法love.cq.util.
IOUtil
readFile2List(BufferedReader)
- 类 中的静态方法love.cq.util.
IOUtil
从一个字符流读取文件到list.
readLine()
- 类 中的方法love.cq.util.
FileIterator
ReflectUtil
-
love.cq.util
中的类
ReflectUtil()
- 类 的构造器love.cq.util.
ReflectUtil
remove(T)
- 类 中的方法love.cq.util.
MapCount
删除一个元素
removeWord(Forest, String)
- 类 中的静态方法love.cq.library.
Library
删除一个词
reset(String)
- 类 中的方法love.cq.splitWord.
GetWord
reset(String)
- 类 中的方法love.cq.splitWord.
SmartGetWord
rmHtmlTag(String)
- 类 中的静态方法love.cq.util.
StringUtil
去除html标签
S
search(char)
- 类 中的方法love.cq.domain.
AppendForest
setKeyword(String)
- 类 中的方法love.cq.domain.
Value
setNature(int)
- 类 中的方法love.cq.domain.
Forest
setParam(T)
- 类 中的方法love.cq.domain.
AppendForest
setParam(String[])
- 类 中的方法love.cq.domain.
AppendForest
setParam(String[])
- 类 中的方法love.cq.domain.
Branch
setParam(String[])
- 类 中的方法love.cq.domain.
Forest
setParam(T)
- 类 中的方法love.cq.domain.
SmartForest
setParam(String[])
- 接口 中的方法love.cq.domain.
WoodInterface
setParamers(String[])
- 类 中的方法love.cq.domain.
Value
setStatus(int)
- 类 中的方法love.cq.domain.
AppendForest
setStatus(int)
- 类 中的方法love.cq.domain.
Branch
setStatus(int)
- 类 中的方法love.cq.domain.
Forest
setStatus(int)
- 类 中的方法love.cq.domain.
SmartForest
setStatus(int)
- 接口 中的方法love.cq.domain.
WoodInterface
size()
- 类 中的方法love.cq.util.
MapCount
map的大小
SmartForest
<
T
> -
love.cq.domain
中的类
一个小树,和Forest的区别是.这个在首字也是用二分查找,做过一次优化.达到到达一定量级自动扩展为hash定位 在ansj分词中这个应用是在自适应分词
SmartForest()
- 类 的构造器love.cq.domain.
SmartForest
SmartForest(double)
- 类 的构造器love.cq.domain.
SmartForest
SmartForest(char, int, T)
- 类 的构造器love.cq.domain.
SmartForest
SmartGetWord
<
T
> -
love.cq.splitWord
中的类
SmartGetWord(SmartForest<T>, String)
- 类 的构造器love.cq.splitWord.
SmartGetWord
SmartGetWord(SmartForest<T>, char[])
- 类 的构造器love.cq.splitWord.
SmartGetWord
sort(WoodInterface[])
- 类 中的静态方法love.cq.util.
AnsjArrays
sort(WoodInterface[], int, int)
- 类 中的静态方法love.cq.util.
AnsjArrays
sortCharArray(String)
- 类 中的静态方法love.cq.util.
StringUtil
将一个字符串.转换成排序后的字符数组
sortMapByValue(HashMap<K, V>, int)
- 类 中的静态方法love.cq.util.
CollectionUtil
map 按照value排序
StringUtil
-
love.cq.util
中的类
StringUtil()
- 类 的构造器love.cq.util.
StringUtil
T
TABBYTE
- 类 中的静态变量love.cq.util.
IOUtil
TABLE
- 类 中的静态变量love.cq.util.
IOUtil
toString()
- 类 中的方法love.cq.domain.
Value
U
UTF8
- 类 中的静态变量love.cq.util.
IOUtil
V
Value
-
love.cq.domain
中的类
Value(String, String...)
- 类 的构造器love.cq.domain.
Value
Value(String)
- 类 的构造器love.cq.domain.
Value
W
WoodInterface
-
love.cq.domain
中的接口
writeMap(Map<K, V>, String, String)
- 类 中的静态方法love.cq.util.
IOUtil
Writer(String, String, String)
- 类 中的静态方法love.cq.util.
IOUtil
WriterObj(String, Serializable)
- 类 中的静态方法love.cq.util.
IOUtil
将一个对象序列化到硬盘中
A
B
C
E
F
G
H
I
L
M
O
R
S
T
U
V
W
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2016. All rights reserved.