| Modifier and Type | Field and Description |
|---|---|
char[] |
chars |
int |
end |
int |
i |
int |
offe
offe : 当前词的偏移量
|
| Constructor and Description |
|---|
GetWordsImpl()
构造方法,同时加载词典
|
GetWordsImpl(String str)
构造方法,同时加载词典,传入词语相当于同时调用了setStr() ;
|
| Modifier and Type | Method and Description |
|---|---|
String |
allWords()
全文全词全匹配
|
AnsjItem |
getItem() |
int |
getOffe() |
void |
setChars(char[] chars,
int start,
int end) |
void |
setStr(String str)
同一个对象传入词语
|
public int offe
public char[] chars
public int end
public int i
public GetWordsImpl(String str)
public GetWordsImpl()
Copyright © 2017. All rights reserved.