Uses of Class
org.apache.tika.parser.ParserDecorator
-
Uses of ParserDecorator in org.apache.tika.parser
Modifier and TypeClassDescriptionclass
class
Parser decorator that post-processes the results from a decorated parser.class
This is a helper class that wraps a parser in a recursive handler.class
The RecursiveParserWrapper wraps the parser sent into the parsecontext and then uses that parser to store state (among many other things). -
Uses of ParserDecorator in org.apache.tika.parser.ctakes
Modifier and TypeClassDescriptionclass
CTAKESParser decorates aParser
and leverages onCTAKESContentHandler
to extract biomedical information from clinical text using Apache cTAKES.