Interface InflectionAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
InflectionAttributeImpl
public interface InflectionAttribute extends org.apache.lucene.util.AttributeAttribute 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 StringgetInflectionForm()StringgetInflectionType()voidsetToken(Token token)
-