org.apache.lucene.analysis.ja.tokenattributes
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 data
Note: in some cases this value may not be applicable,
and will be null.
getReading
String getReading()
getPronunciation
String getPronunciation()
setToken
void setToken(Token token)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.