UserDictionary

Class for building a User Dictionary. This class allows for custom segmentation of phrases.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
open fun getLeftId(morphId: Int): Int
Link copied to clipboard
open override fun getMorphAttributes(): UserMorphData
Link copied to clipboard
open fun getRightId(morphId: Int): Int
Link copied to clipboard
open fun getWordCost(morphId: Int): Int
Link copied to clipboard
fun lookup(chars: CharArray, off: Int, len: Int): Array<IntArray>

Lookup words in text

Link copied to clipboard