HebMorphTokenizer

class HebMorphTokenizer(input: Reader, hebrewPrefixes: MutableMap<String, Int>, specialCases: DictRadix<Byte>? = null)

Constructors

Link copied to clipboard
constructor(input: Reader, hebrewPrefixes: MutableMap<String, Int>, specialCases: DictRadix<Byte>? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object TokenType

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getOffset(): Int
Link copied to clipboard
Link copied to clipboard
fun nextToken(tokenString: Reference<String>): Int
Link copied to clipboard
fun reset(_input: Reader)
Link copied to clipboard
fun setSuffixForExactMatch(suffixForExactMatch: Char?)