Interface ReadingAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
ReadingAttributeImpl
public interface ReadingAttribute extends org.apache.lucene.util.Attribute
Attribute for Kuromoji reading dataNote: in some cases this value may not be applicable, and will be null.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPronunciation()
String
getReading()
void
setToken(Token token)
-