lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
kuromoji
/
org.gnit.lucenekmp.analysis.ja.tokenattributes
/
InflectionAttribute
Inflection
Attribute
interface
InflectionAttribute
:
Attribute
Attribute for Kuromoji inflection data.
Inheritors
InflectionAttributeImpl
Members
Functions
get
Inflection
Form
Link copied to clipboard
abstract
fun
getInflectionForm
(
)
:
String
?
get
Inflection
Type
Link copied to clipboard
abstract
fun
getInflectionType
(
)
:
String
?
set
Token
Link copied to clipboard
abstract
fun
setToken
(
token
:
Token
?
)