Package | Description |
---|---|
org.apache.lucene.analysis.ja.dict |
Kuromoji dictionary implementation.
|
Modifier and Type | Method and Description |
---|---|
static BinaryDictionary.ResourceScheme |
BinaryDictionary.ResourceScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryDictionary.ResourceScheme[] |
BinaryDictionary.ResourceScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static InputStream |
BinaryDictionary.getResource(BinaryDictionary.ResourceScheme scheme,
String path) |
Constructor and Description |
---|
BinaryDictionary(BinaryDictionary.ResourceScheme resourceScheme,
String resourcePath) |
ConnectionCosts(BinaryDictionary.ResourceScheme scheme,
String path) |
TokenInfoDictionary(BinaryDictionary.ResourceScheme resourceScheme,
String resourcePath) |
UnknownDictionary(BinaryDictionary.ResourceScheme scheme,
String path) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.