Package org.apache.lucene.analysis.ja.dict

Kuromoji dictionary implementation.

See:
          Description

Interface Summary
Dictionary Dictionary interface for retrieving morphological data by id.
 

Class Summary
BinaryDictionary Base class for a binary-encoded in-memory dictionary.
CharacterDefinition Character category data.
ConnectionCosts n-gram connection cost data
TokenInfoDictionary Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.
TokenInfoFST Thin wrapper around an FST with root-arc caching for Japanese.
UnknownDictionary Dictionary for unknown-word handling.
UserDictionary Class for building a User Dictionary.
 

Package org.apache.lucene.analysis.ja.dict Description

Kuromoji dictionary implementation.



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.