Uses of Class
org.apache.lucene.analysis.ja.dict.BinaryDictionary

Packages that use BinaryDictionary
org.apache.lucene.analysis.ja.dict Kuromoji dictionary implementation. 
 

Uses of BinaryDictionary in org.apache.lucene.analysis.ja.dict
 

Subclasses of BinaryDictionary in org.apache.lucene.analysis.ja.dict
 class TokenInfoDictionary
          Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.
 class UnknownDictionary
          Dictionary for unknown-word handling.
 



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