public class HanLPWord extends Object implements Word
Constructor and Description |
---|
HanLPWord(com.hankcs.hanlp.seg.common.Term term)
构造
|
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset()
获取本词的结束位置
|
int |
getStartOffset()
获取本词的起始位置
|
String |
getText()
获取单词文本
|
String |
toString() |
public HanLPWord(com.hankcs.hanlp.seg.common.Term term)
term
- Term
public int getStartOffset()
Word
getStartOffset
in interface Word
public int getEndOffset()
Word
getEndOffset
in interface Word
Copyright © 2024. All rights reserved.