Interface InflectionAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
InflectionAttributeImpl
public interface InflectionAttribute extends 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 java.lang.String
getInflectionForm()
java.lang.String
getInflectionType()
void
setToken(Token token)
-
-
-
Method Detail
-
getInflectionType
java.lang.String getInflectionType()
-
getInflectionForm
java.lang.String getInflectionForm()
-
setToken
void setToken(Token token)
-
-