public class IKAnalyzerWord extends Object implements Word
Constructor and Description |
---|
IKAnalyzerWord(org.wltea.analyzer.core.Lexeme word)
构造
|
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset()
获取本词的结束位置
|
int |
getStartOffset()
获取本词的起始位置
|
String |
getText()
获取单词文本
|
String |
toString() |
public IKAnalyzerWord(org.wltea.analyzer.core.Lexeme word)
word
- Lexeme
public int getStartOffset()
Word
getStartOffset
in interface Word
public int getEndOffset()
Word
getEndOffset
in interface Word
Copyright © 2024. All rights reserved.