Interface ReadingAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
ReadingAttributeImpl
public interface ReadingAttribute extends 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 java.lang.String
getPronunciation()
java.lang.String
getReading()
void
setToken(Token token)
-
-
-
Method Detail
-
getReading
java.lang.String getReading()
-
getPronunciation
java.lang.String getPronunciation()
-
setToken
void setToken(Token token)
-
-