Uses of Class
edu.upf.taln.dri.module.babelnet.BabelnetAnnotator
-
Packages that use BabelnetAnnotator Package Description edu.upf.taln.dri.lib edu.upf.taln.dri.lib.model edu.upf.taln.dri.module.babelnet -
-
Uses of BabelnetAnnotator in edu.upf.taln.dri.lib
Fields in edu.upf.taln.dri.lib declared as BabelnetAnnotator Modifier and Type Field Description static BabelnetAnnotator
Factory. BabelnetAnnotator_Resource
-
Uses of BabelnetAnnotator in edu.upf.taln.dri.lib.model
Methods in edu.upf.taln.dri.lib.model with parameters of type BabelnetAnnotator Modifier and Type Method Description static void
DocumentImpl. initDocPointers(ImporterPDFX ref1, ImporterPDFEXT ref2, ImporterGROBID ref3, ImporterJATS ref4, Map<LangENUM,MateParser> ref5, RhetoricalClassifier ref6, TermAnnotator ref7, MetaAnnotator ref8, LanguageDetector ref9, InlineCitationSpotter ref10, CitationLinker ref11, BiblioEntryParser ref12, HeaderAnalyzer ref13, CorefChainBuilder ref14, BabelnetAnnotator ref15, LexRankSummarizer ref16, TitleSimSummarizer ref17, gate.CorpusController ref18, gate.CorpusController ref19, gate.CorpusController ref20, gate.CorpusController ref21, gate.CorpusController ref22, gate.CorpusController ref23, gate.CorpusController ref24)
-
Uses of BabelnetAnnotator in edu.upf.taln.dri.module.babelnet
Methods in edu.upf.taln.dri.module.babelnet with parameters of type BabelnetAnnotator Modifier and Type Method Description static void
BabelnetAnnotator. languageAwareDisambiguation(boolean isLangAware, BabelnetAnnotator babelAnn, gate.Document doc, gate.Annotation sentenceAnn, String sentAnnSet, String sentAnnType, String tokenAnnSet, String tokenAnnType)
static void
BabelnetAnnotator. languageAwareDisambiguation(boolean isLangAware, BabelnetAnnotator babelAnn, gate.Document doc, List<gate.Annotation> sentenceAnnList, String sentAnnSet, String sentAnnType, String tokenAnnSet, String tokenAnnType)
Determine the majority language from the list of sentence annotations and parse all the sentence annotations by means of the parser for that language.
-