public class PersonNatureAttr extends Object implements Serializable
| 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)
词频记录表
|
String |
toString() |
public static final PersonNatureAttr NULL
public int split
public int begin
public int end
public int allFreq
public boolean flag
Copyright © 2017. All rights reserved.