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 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
class TokenInfoFST(fst: FST<Long>, fasterButMoreRam: Boolean) : TokenInfoFST

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

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

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.