Uses of Class
eu.dicodeproject.analysis.util.Language

Packages that use Language
eu.dicodeproject.analysis.lucene   
eu.dicodeproject.analysis.util   
 

Uses of Language in eu.dicodeproject.analysis.lucene
 

Methods in eu.dicodeproject.analysis.lucene with parameters of type Language
static org.apache.lucene.analysis.TokenFilter StemmerFactory.getStemmer(Language language, org.apache.lucene.util.Version matchVersion, org.apache.lucene.analysis.TokenStream result)
           
 

Constructors in eu.dicodeproject.analysis.lucene with parameters of type Language
TweetAnalyzer(Language language, org.apache.lucene.util.Version matchVersion)
           
TweetAnalyzer(Language language, org.apache.lucene.util.Version matchVersion, Set<?> stopwords)
           
 

Uses of Language in eu.dicodeproject.analysis.util
 

Methods in eu.dicodeproject.analysis.util that return Language
static Language Language.fromCode(String code)
           
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.
 



Copyright © 2011. All Rights Reserved.