boilerpipeR-package {boilerpipeR} | R Documentation |
boilerpipeR interfaces the boilerpipe Java library, created by Christian Kohlschutter https://github.com/kohlschutter/boilerpipe. It implements robust heuristics to extract the main content from HTML files, removing unessecary elements like ads, banners and headers/footers.
Mario Annau mario.annau@gmail
Extractor
DefaultExtractor
ArticleExtractor
## Not run:
data(content)
extract <- DefaultExtractor(content)
cat(extract)
## End(Not run)