Uses of Interface
com.kohlschutter.boilerpipe.BoilerpipeExtractor
Packages that use BoilerpipeExtractor
Package
Description
Some standard extractors (i.e., completely piped BoilerpipeFilters)
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of BoilerpipeExtractor in com.kohlschutter.boilerpipe.extractors
Classes in com.kohlschutter.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 com.kohlschutter.boilerpipe.sax
Methods in com.kohlschutter.boilerpipe.sax with parameters of type BoilerpipeExtractorModifier and TypeMethodDescriptionHTMLHighlighter.process(URL url, BoilerpipeExtractor extractor) Fetches the givenURLusingHTMLFetcherand processes the retrieved HTML using the specifiedBoilerpipeExtractor.ImageExtractor.process(URL url, BoilerpipeExtractor extractor) Fetches the givenURLusingHTMLFetcherand processes the retrieved HTML using the specifiedBoilerpipeExtractor.