Uses of Class
org.apache.lucene.analysis.ja.util.DictionaryBuilder.DictionaryFormat
-
Packages that use DictionaryBuilder.DictionaryFormat Package Description org.apache.lucene.analysis.ja.util Kuromoji utility classes. -
-
Uses of DictionaryBuilder.DictionaryFormat in org.apache.lucene.analysis.ja.util
Fields in org.apache.lucene.analysis.ja.util declared as DictionaryBuilder.DictionaryFormat Modifier and Type Field Description private DictionaryBuilder.DictionaryFormat
TokenInfoDictionaryBuilder. format
Methods in org.apache.lucene.analysis.ja.util that return DictionaryBuilder.DictionaryFormat Modifier and Type Method Description static DictionaryBuilder.DictionaryFormat
DictionaryBuilder.DictionaryFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DictionaryBuilder.DictionaryFormat[]
DictionaryBuilder.DictionaryFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.analysis.ja.util with parameters of type DictionaryBuilder.DictionaryFormat Modifier and Type Method Description static void
DictionaryBuilder. build(DictionaryBuilder.DictionaryFormat format, java.nio.file.Path inputDir, java.nio.file.Path outputDir, java.lang.String encoding, boolean normalizeEntry)
Constructors in org.apache.lucene.analysis.ja.util with parameters of type DictionaryBuilder.DictionaryFormat Constructor Description TokenInfoDictionaryBuilder(DictionaryBuilder.DictionaryFormat format, java.lang.String encoding, boolean normalizeEntries)
-