Uses of Class
edu.upf.taln.dri.module.summary.util.similarity.SimLangENUM
-
Packages that use SimLangENUM Package Description edu.upf.taln.dri.module.summary.util.similarity -
-
Uses of SimLangENUM in edu.upf.taln.dri.module.summary.util.similarity
Methods in edu.upf.taln.dri.module.summary.util.similarity that return SimLangENUM Modifier and Type Method Description static SimLangENUM
SimLangENUM. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimLangENUM[]
SimLangENUM. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.upf.taln.dri.module.summary.util.similarity with parameters of type SimLangENUM Modifier and Type Method Description static Integer
WikipediaLemmaPOSfFrequency. getDocumentFrequency(SimLangENUM lang, String lemmaPOS)
static Set<String>
StopWordList. getStopwordList(SimLangENUM lang)
static boolean
StopWordList. getStopwords(SimLangENUM lang, String word)
static Integer
WikipediaLemmaPOSfFrequency. getTotNumDoc(SimLangENUM lang)
Constructors in edu.upf.taln.dri.module.summary.util.similarity with parameters of type SimLangENUM Constructor Description TFIDFVectorWiki(SimLangENUM langIN)
-