Uses of Interface
de.l3s.boilerpipe.BoilerpipeExtractor
Packages that use BoilerpipeExtractor
Package
Description
This package contains some standard extractors (i.e., completely piped BoilerpipeFilters)
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of BoilerpipeExtractor in de.l3s.boilerpipe.extractors
Classes in de.l3s.boilerpipe.extractors that implement BoilerpipeExtractorModifier and TypeClassDescriptionfinal classA full-text extractor which is tuned towards news articles.final classA full-text extractor which is tuned towards extracting sentences from news articles.classclassA quite generic full-text extractor.classThe base class of Extractors.final classMarks everything as content.final classA full-text extractor which extracts the largest text component of a page.final classA full-text extractor which extracts the largest text component of a page.classA quite generic full-text extractor solely based upon the number of words per block (the current, the previous and the next block). -
Uses of BoilerpipeExtractor in de.l3s.boilerpipe.sax
Methods in de.l3s.boilerpipe.sax with parameters of type BoilerpipeExtractorModifier and TypeMethodDescriptionHTMLHighlighter.process(URL url, BoilerpipeExtractor extractor)