Uses of Class
edu.upf.taln.dri.module.importer.ImporterBase
-
Packages that use ImporterBase Package Description edu.upf.taln.dri.module.importer.jats edu.upf.taln.dri.module.importer.pdf -
-
Uses of ImporterBase in edu.upf.taln.dri.module.importer.jats
Subclasses of ImporterBase in edu.upf.taln.dri.module.importer.jats 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 ImporterBase in edu.upf.taln.dri.module.importer.pdf
Subclasses of ImporterBase in edu.upf.taln.dri.module.importer.pdf 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
-