Package-level declarations
Types
Link copied to clipboard
Character category data.
Link copied to clipboard
n-gram connection cost data
Link copied to clipboard
class DictionaryBuilder
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
class UnknownMorphData(buffer: ByteBuffer, posResource: IOSupplier<InputStream>) : TokenInfoMorphData
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
Morphological information for user dictionary.