Uses of Interface
org.apache.lucene.analysis.ja.dict.Dictionary

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

Uses of Dictionary in org.apache.lucene.analysis.ja
 

Constructors in org.apache.lucene.analysis.ja with parameters of type Dictionary
Token(int wordId, char[] surfaceForm, int offset, int length, JapaneseTokenizer.Type type, int position, Dictionary dictionary)
           
 

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

Classes in org.apache.lucene.analysis.ja.dict that implement Dictionary
 class BinaryDictionary
          Base class for a binary-encoded in-memory dictionary.
 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.
 class UserDictionary
          Class for building a User Dictionary.
 



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