Uses of Interface
org.apache.lucene.analysis.ja.dict.Dictionary
Packages that use Dictionary
Package
Description
Analyzer for Japanese.
Kuromoji dictionary implementation.
-
Uses of Dictionary in org.apache.lucene.analysis.ja
Constructors in org.apache.lucene.analysis.ja with parameters of type DictionaryModifierConstructorDescriptionToken
(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 DictionaryModifier and TypeClassDescriptionclass
Base class for a binary-encoded in-memory dictionary.final class
Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.final class
Dictionary for unknown-word handling.final class
Class for building a User Dictionary.