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

Packages that use org.apache.lucene.analysis.ja.dict
org.apache.lucene.analysis.ja Analyzer for Japanese. 
org.apache.lucene.analysis.ja.dict Kuromoji dictionary implementation. 
 

Classes in org.apache.lucene.analysis.ja.dict used by org.apache.lucene.analysis.ja
ConnectionCosts
          n-gram connection cost data
Dictionary
          Dictionary interface for retrieving morphological data by id.
UserDictionary
          Class for building a User Dictionary.
 

Classes in org.apache.lucene.analysis.ja.dict used by org.apache.lucene.analysis.ja.dict
BinaryDictionary
          Base class for a binary-encoded in-memory dictionary.
CharacterDefinition
          Character category data.
ConnectionCosts
          n-gram connection cost data
Dictionary
          Dictionary interface for retrieving morphological data by id.
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.
 



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