Class LanguageProcessor

java.lang.Object
org.aksw.iguana.cc.lang.LanguageProcessor
Direct Known Subclasses:
SaxSparqlJsonResultCountingParser, SaxSparqlXmlResultCountingParser, SparqlCsvResultCountingParser, SparqlTsvResultCountingParser

public abstract class LanguageProcessor extends Object
Interface for abstract language processors that work on InputStreams. LanguageProcessors are used to process the content of an InputStream and extract relevant information. They are used by the Worker to process the response of a request.
LanguageProcessors must be registered in the static block of this class.