| Package | Description |
|---|---|
| com.hankcs.hanlp.corpus.occurrence |
| Modifier and Type | Method and Description |
|---|---|
static TriaFrequency |
TriaFrequency.create(String first,
char delimiter,
String second,
String third)
构造一个三阶接续,正向
|
static TriaFrequency |
TriaFrequency.create(String second,
String third,
char delimiter,
String first)
构造一个三阶接续,逆向
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,TriaFrequency>> |
Occurrence.getTriGram()
获取三阶共现
|
Copyright © 2014–2021 码农场. All rights reserved.