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
/
StreamLemmatizer
Stream
Lemmatizer
class
StreamLemmatizer
:
Lemmatizer
Members
Constructors
Stream
Lemmatizer
Link copied to clipboard
constructor
(
input
:
Reader
,
dict
:
DictHebMorph
)
constructor
(
input
:
Reader
,
dict
:
DictHebMorph
,
specialTokenizationCases
:
DictRadix
<
Byte
>
?
)
Functions
get
End
Offset
Link copied to clipboard
fun
getEndOffset
(
)
:
Int
get
Lemmatize
Next
Token
Link copied to clipboard
fun
getLemmatizeNextToken
(
nextToken
:
Reference
<
String
>
,
retTokens
:
MutableList
<
Token
>
)
:
Int
get
Start
Offset
Link copied to clipboard
fun
getStartOffset
(
)
:
Int
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
>
reset
Link copied to clipboard
fun
reset
(
input
:
Reader
)
set
Suffix
For
Exact
Match
Link copied to clipboard
fun
setSuffixForExactMatch
(
suffixForExactMatch
:
Char
?
)
try
Stripping
Prefix
Link copied to clipboard
fun
tryStrippingPrefix
(
word
:
String
)
:
String