Uses of Class
edu.upf.taln.dri.module.parser.MateParser
-
Packages that use MateParser Package Description edu.upf.taln.dri.lib edu.upf.taln.dri.lib.model edu.upf.taln.dri.lib.postproc edu.upf.taln.dri.module.parser -
-
Uses of MateParser in edu.upf.taln.dri.lib
Fields in edu.upf.taln.dri.lib with type parameters of type MateParser Modifier and Type Field Description protected static Map<LangENUM,MateParser>
Factory. MateParsersLang_Resource
-
Uses of MateParser in edu.upf.taln.dri.lib.model
Method parameters in edu.upf.taln.dri.lib.model with type arguments of type MateParser 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 MateParser in edu.upf.taln.dri.lib.postproc
Fields in edu.upf.taln.dri.lib.postproc with type parameters of type MateParser Modifier and Type Field Description protected static Map<LangENUM,MateParser>
SpanishParser. MateParsersLang_Resource
-
Uses of MateParser in edu.upf.taln.dri.module.parser
Method parameters in edu.upf.taln.dri.module.parser with type arguments of type MateParser Modifier and Type Method Description static void
MateParser. languageAwareAnnotationParsing(boolean isLangAware, Map<LangENUM,MateParser> parsersLangMap, gate.Document doc, gate.Annotation sentenceAnn, String sentAnnSet, String sentAnnType, String tokenAnnSet, String tokenAnnType)
static void
MateParser. languageAwareAnnotationParsing(boolean isLangAware, Map<LangENUM,MateParser> parsersLangMap, gate.Document doc, List<gate.Annotation> sentenceAnnList, String sentAnnSet, String sentAnnType, String tokenAnnSet, String tokenAnnType)
Given a map of parsers instances for different languages, determine the majority language from the list of sentence annotations and parse all the sentence annotations by means of the parser for that language.
-