Package-level declarations
Types
Link copied to clipboard
Character category data.
Link copied to clipboard
n-gram connection cost data
Link copied to clipboard
object DictionaryBuilder
Tool to build dictionaries.
Link copied to clipboard
Represents Japanese 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 Japanese.
Link copied to clipboard
open class TokenInfoMorphData(buffer: ByteBuffer, posResource: IOSupplier<InputStream>) : JaMorphData
Morphological information for system dictionary.
Link copied to clipboard
object ToStringUtil
Utility class for english translations of morphological data, used only for debugging.
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 custom segmentation of phrases.
Link copied to clipboard
Morphological information for user dictionary.