Interface InflectionAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
InflectionAttributeImpl
public interface InflectionAttribute extends org.apache.lucene.util.Attribute
Attribute for Kuromoji inflection data.Note: 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
getInflectionForm()
String
getInflectionType()
void
setToken(Token token)
-