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
/
HebMorphTokenizer
Heb
Morph
Tokenizer
class
HebMorphTokenizer
(
input
:
Reader
,
hebrewPrefixes
:
MutableMap
<
String
,
Int
>
,
specialCases
:
DictRadix
<
Byte
>
?
=
null
)
Members
Constructors
Heb
Morph
Tokenizer
Link copied to clipboard
constructor
(
input
:
Reader
,
hebrewPrefixes
:
MutableMap
<
String
,
Int
>
,
specialCases
:
DictRadix
<
Byte
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Token
Type
Link copied to clipboard
object
TokenType
Functions
add
Special
Case
Link copied to clipboard
fun
addSpecialCase
(
token
:
String
)
clear
Special
Cases
Link copied to clipboard
fun
clearSpecialCases
(
)
get
Length
In
Source
Link copied to clipboard
fun
getLengthInSource
(
)
:
Int
get
Offset
Link copied to clipboard
fun
getOffset
(
)
:
Int
get
Suffix
For
Exact
Match
Link copied to clipboard
fun
getSuffixForExactMatch
(
)
:
Char
?
next
Token
Link copied to clipboard
fun
nextToken
(
tokenString
:
Reference
<
String
>
)
:
Int
reset
Link copied to clipboard
fun
reset
(
_input
:
Reader
)
set
Suffix
For
Exact
Match
Link copied to clipboard
fun
setSuffixForExactMatch
(
suffixForExactMatch
:
Char
?
)