UnknownDictionary

Dictionary for unknown-word handling.

Constructors

Link copied to clipboard
constructor(targetMapFile: Path, posDictFile: Path, dictFile: Path)

Create a UnknownDictionary from an external resource path.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun getLeftId(morphId: Int): Int
Link copied to clipboard
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 lookupWordIds(sourceId: Int, ref: IntsRef)