public interface Word extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset()
获取本词的结束位置
|
int |
getStartOffset()
获取本词的起始位置
|
String |
getText()
获取单词文本
|
String getText()
int getStartOffset()
int getEndOffset()
Copyright © 2024. All rights reserved.