Package-level declarations

Types

Link copied to clipboard

Character category data.

Link copied to clipboard

n-gram connection cost data

Link copied to clipboard

Tool to build dictionaries.

Link copied to clipboard

Represents Korean morphological information.

Link copied to clipboard

Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.

Link copied to clipboard

Thin wrapper around an FST with root-arc caching for Hangul syllables (11,172 arcs).

Link copied to clipboard
open class TokenInfoMorphData(buffer: ByteBuffer, posResource: IOSupplier<InputStream>) : KoMorphData

Morphological information for system dictionary.

Link copied to clipboard

Dictionary for unknown-word handling.

Link copied to clipboard

Morphological information for unk dictionary.

Link copied to clipboard

Class for building a User Dictionary. This class allows for adding custom nouns (세종) or compounds (세종시 세종 시).

Link copied to clipboard
class UserMorphData(segmentations: Array<IntArray?>, rightIds: ShortArray) : KoMorphData

Morphological information for user dictionary.