Uses of Interface
org.apache.nutch.parse.HtmlParseFilter

Packages that use HtmlParseFilter
Package
Description
Text document language identifier.
A microformats Rel-Tag Parser/Indexer/Querier plugin.
Parse filter to extract headings (h1, h2, etc.) from DOM parse tree.
Parser and parse filter plugin to extract all (possible) links from JavaScript files and embedded JavaScript code snippets.
Parse filter to extract meta tags: keywords, description, etc.
Adds serialized DOM to parse data, useful for debugging, to understand how the parser implementation interprets a document (not only HTML).
Html Parse filter that classifies the outlinks from the parseresult as relevant or irrelevant based on the parseText's relevancy (using a training file where you can give positive and negative example texts see the description of parsefilter.naivebayes.trainfile) and if found irrelevent it gives the link a second chance if it contains any of the words from the list given in parsefilter.naivebayes.wordlist.
RegexParseFilter.
Sample plugins that parse and index Creative Commons metadata.