Uses of Class
org.gcube.indexmanagement.common.linguistics.lemmatizerplugin.Language

Packages that use Language
org.gcube.indexmanagement.common.linguistics.lemmatizerplugin Provides a full text index for the grid. 
org.gcube.indexmanagement.lucenewrapper   
 

Uses of Language in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin
 

Methods in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin that return Language
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.
 

Methods in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin with parameters of type Language
 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
 

Method parameters in org.gcube.indexmanagement.common.linguistics.lemmatizerplugin with type arguments of type Language
 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
 

Uses of Language in org.gcube.indexmanagement.lucenewrapper
 

Constructors in org.gcube.indexmanagement.lucenewrapper with parameters of type Language
LuceneSearcher(String lemmatizerPluginName, String configFilePath, Language defaultLanguage)
          constructor
 



Copyright © 2013. All Rights Reserved.