lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
common
/
org.gnit.lucenekmp.analysis.morph
/
Token
Token
abstract
class
Token
(
val
surfaceForm
:
CharArray
,
val
offset
:
Int
,
val
length
:
Int
,
val
startOffset
:
Int
,
val
endOffset
:
Int
,
val
type
:
TokenType
)
Analyzed token with morphological data.
Members
Constructors
Token
Link copied to clipboard
constructor
(
surfaceForm
:
CharArray
,
offset
:
Int
,
length
:
Int
,
startOffset
:
Int
,
endOffset
:
Int
,
type
:
TokenType
)
Properties
end
Offset
Link copied to clipboard
val
endOffset
:
Int
length
Link copied to clipboard
val
length
:
Int
offset
Link copied to clipboard
val
offset
:
Int
position
Increment
Link copied to clipboard
var
positionIncrement
:
Int
position
Length
Link copied to clipboard
var
positionLength
:
Int
start
Offset
Link copied to clipboard
val
startOffset
:
Int
surface
Form
Link copied to clipboard
val
surfaceForm
:
CharArray
surface
Form
String
Link copied to clipboard
val
surfaceFormString
:
String
type
Link copied to clipboard
val
type
:
TokenType