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
/
Lemmatizer
Lemmatizer
open
class
Lemmatizer
(
dictHeb
:
DictHebMorph
)
Inheritors
StreamLemmatizer
Members
Constructors
Lemmatizer
Link copied to clipboard
constructor
(
dictHeb
:
DictHebMorph
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
is
Legal
Prefix
Link copied to clipboard
fun
isLegalPrefix
(
str
:
String
)
:
Boolean
lemmatize
Link copied to clipboard
fun
lemmatize
(
word
:
String
)
:
MutableList
<
HebrewToken
>
fun
lemmatize
(
word
:
String
,
ret
:
MutableList
<
HebrewToken
>
)
:
MutableList
<
HebrewToken
>
lemmatize
Tolerant
Link copied to clipboard
fun
lemmatizeTolerant
(
word
:
String
)
:
MutableList
<
HebrewToken
>
fun
lemmatizeTolerant
(
word
:
String
,
ret
:
MutableList
<
HebrewToken
>
)
:
MutableList
<
HebrewToken
>
try
Stripping
Prefix
Link copied to clipboard
fun
tryStrippingPrefix
(
word
:
String
)
:
String