lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
hebmorph
/
org.gnit.lucenekmp.analysis.he
/
MorphData
Morph
Data
class
MorphData
Members
Constructors
Morph
Data
Link copied to clipboard
constructor
(
)
Types
Lemma
Link copied to clipboard
class
Lemma
(
lemma
:
String
?
,
descFlag
:
DescFlag
,
prefix
:
PrefixType
)
Functions
add
Lemma
Link copied to clipboard
fun
addLemma
(
lemma
:
MorphData.Lemma
)
clear
Lemmas
Link copied to clipboard
fun
clearLemmas
(
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Lemmas
Link copied to clipboard
fun
getLemmas
(
)
:
Array
<
MorphData.Lemma
>
get
Prefixes
Link copied to clipboard
fun
getPrefixes
(
)
:
Int
halt
If
Found
Link copied to clipboard
fun
haltIfFound
(
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
set
Halt
If
Found
Link copied to clipboard
fun
setHaltIfFound
(
haltIfFound
:
Boolean
)
set
Lemmas
Link copied to clipboard
fun
setLemmas
(
lemmas
:
Array
<
MorphData.Lemma
>
)
set
Prefixes
Link copied to clipboard
fun
setPrefixes
(
prefixes
:
Short
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String