public class Chunk extends Object
| Constructor and Description |
|---|
Chunk() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgLen()
Largest Average Word Length
|
int |
getCount()
有多少个词,最多3个。
|
int |
getLen()
Word Length
|
int |
getSumDegree()
Sum of Degree of Morphemic Freedom of One-Character
|
double |
getVariance()
Variance of Word Lengths 就是 标准差的平方
|
Word[] |
getWords() |
void |
setWords(Word[] words) |
String |
toFactorString() |
String |
toString() |
public int getLen()
public int getCount()
public double getAvgLen()
public double getVariance()
public int getSumDegree()
public String toFactorString()
public Word[] getWords()
public void setWords(Word[] words)
Copyright © 2015-2016 Ganshane Developer Team. All Rights Reserved.