| Package | Description |
|---|---|
| org.gcube.indexmanagement.common.linguistics.lemmatizerplugin |
Provides a full text index for the grid.
|
| org.gcube.indexmanagement.lucenewrapper |
| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DummyLemmatizerPlugin.add_language(Language language)
Add a lemmatizer for the language
|
void |
LemmatizerPlugin.add_language(Language language)
Method to initialise this plugin, the configuration file is optional,
but most language detection tools need some sort
of statistics, references and so on.
|
void |
SnowballStemmingPlugin.add_language(Language language)
Add a lemmatizer for the language
|
String |
DummyLemmatizerPlugin.lemmatize_string(String document,
Language language)
Detects the language in the document
|
String |
LemmatizerPlugin.lemmatize_string(String stringToLemmatize,
Language language)
Method to lemmatize a word
|
String |
SnowballStemmingPlugin.lemmatize_string(String document,
Language language)
Detects the language in the document
|
String |
DummyLemmatizerPlugin.lemmatize_word(String word,
Language language)
Detects the language in the document
|
String |
LemmatizerPlugin.lemmatize_word(String wordToLemmatize,
Language language)
Method to lemmatize a word
|
String |
SnowballStemmingPlugin.lemmatize_word(String word,
Language language)
Detects the language in the document
|
| Modifier and Type | Method and Description |
|---|---|
void |
DummyLemmatizerPlugin.init(String configFile,
Vector<Language> languages)
Method that initialises the implementation of the language id
|
void |
LemmatizerPlugin.init(String configFile,
Vector<Language> languages)
Method to initialise this plugin, the configuration file is optional.
|
void |
SnowballStemmingPlugin.init(String configFile,
Vector<Language> languages)
Method that initialises the implementation of the language id
|
| Constructor and Description |
|---|
LuceneSearcher(String lemmatizerPluginName,
String configFilePath,
Language defaultLanguage)
constructor
|
Copyright © 2014. All Rights Reserved.