Class WikipediaLemmaPOSfFrequency
- java.lang.Object
-
- edu.upf.taln.dri.module.summary.util.similarity.WikipediaLemmaPOSfFrequency
-
public class WikipediaLemmaPOSfFrequency extends Object
Utility class to retrieve lemma document frequency in Wikipedia.
-
-
Constructor Summary
Constructors Constructor Description WikipediaLemmaPOSfFrequency()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Integer
getDocumentFrequency(SimLangENUM lang, String lemmaPOS)
static Integer
getTotNumDoc(SimLangENUM lang)
static void
setResourcePath(String resPath)
-
-
-
Method Detail
-
setResourcePath
public static void setResourcePath(String resPath)
-
getTotNumDoc
public static Integer getTotNumDoc(SimLangENUM lang) throws InternalProcessingException, InvalidParameterException
-
getDocumentFrequency
public static Integer getDocumentFrequency(SimLangENUM lang, String lemmaPOS) throws InternalProcessingException, InvalidParameterException
-
-