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
/
Viterbi
/
Position
Position
open
class
Position
Inheritors
PositionNBest
Members
Constructors
Position
Link copied to clipboard
constructor
(
)
Properties
back
ID
Link copied to clipboard
var
backID
:
IntArray
back
Index
Link copied to clipboard
var
backIndex
:
IntArray
back
Pos
Link copied to clipboard
var
backPos
:
IntArray
back
Type
Link copied to clipboard
var
backType
:
Array
<
TokenType
>
back
Word
Pos
Link copied to clipboard
var
backWordPos
:
IntArray
costs
Link copied to clipboard
var
costs
:
IntArray
count
Link copied to clipboard
var
count
:
Int
last
Right
ID
Link copied to clipboard
var
lastRightID
:
IntArray
pos
Link copied to clipboard
var
pos
:
Int
Functions
add
Link copied to clipboard
fun
add
(
cost
:
Int
,
lastRightID
:
Int
,
backPos
:
Int
,
backRPos
:
Int
,
backIndex
:
Int
,
backID
:
Int
,
backType
:
TokenType
)
reset
Link copied to clipboard
open
fun
reset
(
)