Uses of Interface
edu.upf.taln.dri.module.DRIModule
-
-
Uses of DRIModule in edu.upf.taln.dri.module.babelnet
Classes in edu.upf.taln.dri.module.babelnet that implement DRIModule Modifier and Type Class Description class
BabelnetAnnotator
This module enrich the textual contents of a paper by applying WSD, by invoking BabelNet REFERENCE: http://babelnet.org/ -
Uses of DRIModule in edu.upf.taln.dri.module.citation
Classes in edu.upf.taln.dri.module.citation that implement DRIModule Modifier and Type Class Description class
BiblioEntryParser
Parse the contents of bibliographic entries by querying Bibsonomy, FreeCite, CrossRef and GoogleScholarclass
CitationLinker
Link InlineCitation with the corresponding bibliographic entryclass
InlineCitationSpotter
Validate the annotations of CandidateInlineCitation and CandidateInlineCitationMarker by generating the annotations InlineCitation and InlineCitationMarker -
Uses of DRIModule in edu.upf.taln.dri.module.coref
Classes in edu.upf.taln.dri.module.coref that implement DRIModule Modifier and Type Class Description class
CorefChainBuilder
Spot mention of entities and build coreference chains -
Uses of DRIModule in edu.upf.taln.dri.module.header
Classes in edu.upf.taln.dri.module.header that implement DRIModule Modifier and Type Class Description class
HeaderAnalyzer
Analyze the header of a paper to extract authors affiliations and e-mails -
Uses of DRIModule in edu.upf.taln.dri.module.importer
Classes in edu.upf.taln.dri.module.importer that implement DRIModule Modifier and Type Class Description class
ImporterBase
Base GATE processing resource to build importers from different data sources (PDF, XML schemas, etc.) -
Uses of DRIModule in edu.upf.taln.dri.module.importer.jats
Classes in edu.upf.taln.dri.module.importer.jats that implement DRIModule Modifier and Type Class Description class
ImporterJATS
From the JATS XML mark-up, this processing resource identifies all the textual contents, split their sentences by exploiting a customized REGEXP Sentence Splitter of ANNIE and store the new sentence annotations -
Uses of DRIModule in edu.upf.taln.dri.module.importer.pdf
Classes in edu.upf.taln.dri.module.importer.pdf that implement DRIModule Modifier and Type Class Description class
ImporterGROBID
From the XML mark-up generated by GROBID, this processing resource identifies all the textual contents.class
ImporterPDFEXT
From the XML mark-up generated by PDFEXT, this processing resource identifies all the textual contents.class
ImporterPDFX
From the XML mark-up generated by PDFX, this processing resource identifies all the textual contents, split their sentences by exploiting a customized REGEXP Sentence Splitter of ANNIE -
Uses of DRIModule in edu.upf.taln.dri.module.languageDetector
Classes in edu.upf.taln.dri.module.languageDetector that implement DRIModule Modifier and Type Class Description class
LanguageDetector
Detect language of annotations of set and type defined in the input settings -
Uses of DRIModule in edu.upf.taln.dri.module.metaannotations
Classes in edu.upf.taln.dri.module.metaannotations that implement DRIModule Modifier and Type Class Description class
MetaAnnotator
Refine and unify Meta-annotations (projects, funding agencies, ontologies, etc.) added by the related GATE Application. -
Uses of DRIModule in edu.upf.taln.dri.module.parser
Classes in edu.upf.taln.dri.module.parser that implement DRIModule Modifier and Type Class Description class
MateParser
Citation-aware Mate-tools parser (pos tagger, lemmatizer, dep parser and semantic role labeller) REF: https://code.google.com/p/mate-tools/ -
Uses of DRIModule in edu.upf.taln.dri.module.rhetclassifier
Classes in edu.upf.taln.dri.module.rhetclassifier that implement DRIModule Modifier and Type Class Description class
RhetoricalClassifier
Associate to each sentence a rhetorical class -
Uses of DRIModule in edu.upf.taln.dri.module.summary
Classes in edu.upf.taln.dri.module.summary that implement DRIModule Modifier and Type Class Description class
Summarizer
Generic summarizer. -
Uses of DRIModule in edu.upf.taln.dri.module.summary.lexrank
Classes in edu.upf.taln.dri.module.summary.lexrank that implement DRIModule Modifier and Type Class Description class
LexRankSummarizer
LexRank summarizer -
Uses of DRIModule in edu.upf.taln.dri.module.summary.titlesim
Classes in edu.upf.taln.dri.module.summary.titlesim that implement DRIModule Modifier and Type Class Description class
TitleSimSummarizer
Title similarity summarizer -
Uses of DRIModule in edu.upf.taln.dri.module.terminology
Classes in edu.upf.taln.dri.module.terminology that implement DRIModule Modifier and Type Class Description class
TermAnnotator
Annotate sequences of tokens as terms on the basis ofthe following set of POS sequence patterns that identifies these terms: [JN]*N <-- Best one [NV]*J?N+ J+N+ [JN]ID?N+ [JN].*?N
-