|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.util.AbstractMap.SimpleEntry<String,Integer>
com.hankcs.hanlp.corpus.occurrence.TermFrequency
com.hankcs.hanlp.corpus.occurrence.PairFrequency
com.hankcs.hanlp.corpus.occurrence.TriaFrequency
public class TriaFrequency
一个二元的词串的频度
| 字段摘要 | |
|---|---|
String |
third
|
| 从类 com.hankcs.hanlp.corpus.occurrence.PairFrequency 继承的字段 |
|---|
delimiter, first, le, mi, re, score, second |
| 方法摘要 | |
|---|---|
static TriaFrequency |
create(String first,
char delimiter,
String second,
String third)
构造一个三阶接续,正向 |
static TriaFrequency |
create(String second,
String third,
char delimiter,
String first)
构造一个三阶接续,逆向 |
String |
toString()
|
| 从类 com.hankcs.hanlp.corpus.occurrence.PairFrequency 继承的方法 |
|---|
create, isRight |
| 从类 com.hankcs.hanlp.corpus.occurrence.TermFrequency 继承的方法 |
|---|
compareTo, getFrequency, getTerm, increase, increase |
| 从类 java.util.AbstractMap.SimpleEntry 继承的方法 |
|---|
equals, getKey, getValue, hashCode, setValue |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
public String third
| 方法详细信息 |
|---|
public static TriaFrequency create(String first,
char delimiter,
String second,
String third)
first - second - third - delimiter - 一般使用RIGHT!
public static TriaFrequency create(String second,
String third,
char delimiter,
String first)
second - third - delimiter - 一般使用LEFTfirst -
public String toString()
PairFrequency 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||