See: Description
| Interface | Description |
|---|---|
| BaseFormAttribute |
Attribute for
Token.getBaseForm(). |
| InflectionAttribute |
Attribute for Kuromoji inflection data.
|
| PartOfSpeechAttribute |
Attribute for
Token.getPartOfSpeech(). |
| ReadingAttribute |
Attribute for Kuromoji reading data
Note: in some cases this value may not be applicable,
and will be null.
|
| Class | Description |
|---|---|
| BaseFormAttributeImpl |
Attribute for
Token.getBaseForm(). |
| InflectionAttributeImpl |
Attribute for Kuromoji inflection data.
|
| PartOfSpeechAttributeImpl |
Attribute for
Token.getPartOfSpeech(). |
| ReadingAttributeImpl |
Attribute for Kuromoji reading data
|