public class PersonNatureAttr
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
allFreq |
int |
begin |
int |
end |
boolean |
flag |
static PersonNatureAttr |
NULL |
int |
split |
| Constructor and Description |
|---|
PersonNatureAttr() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFreq(int index,
int freq)
设置
|
int |
getFreq(int length,
int loc)
得道某一个位置的词频
|
void |
setlocFreq(int[][] ints)
词频记录表
|
java.lang.String |
toString() |
public static final PersonNatureAttr NULL
public int split
public int begin
public int end
public int allFreq
public boolean flag
public void addFreq(int index,
int freq)
index - freq - public int getFreq(int length,
int loc)
length - loc - public void setlocFreq(int[][] ints)
ints - public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.