|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.hankcs.hanlp.seg.Segment
com.hankcs.hanlp.seg.WordBasedGenerativeModelSegment
com.hankcs.hanlp.seg.Dijkstra.DijkstraSegment
public class DijkstraSegment
最短路径分词
| 字段摘要 |
|---|
| 从类 com.hankcs.hanlp.seg.Segment 继承的字段 |
|---|
config |
| 构造方法摘要 | |
|---|---|
DijkstraSegment()
|
|
| 方法摘要 | |
|---|---|
List<Term> |
segSentence(char[] sentence)
给一个句子分词 |
| 从类 com.hankcs.hanlp.seg.WordBasedGenerativeModelSegment 继承的方法 |
|---|
convert, convert, decorateResultForIndexMode, fixResultByRule, GenerateBiGraph, GenerateWord, GenerateWordNet, speechTagging |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public DijkstraSegment()
| 方法详细信息 |
|---|
public List<Term> segSentence(char[] sentence)
Segment 复制的描述
Segment 中的 segSentencesentence - 待分词句子
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||