|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
org.apache.lucene.analysis.ja.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |