Package org.carrot2.webapp.serializers

Interface Summary
TextMarkerListener  
 

Class Summary
C2XMLSerializer An implementation of RawClustersSerializer that produces the standard Carrot2 XML stream with documents and clusters using the SaveXmlFilterComponent.
FancyDocumentSerializer A document serializer which produces HTML output similar to that produced by the fancy XSLT stylesheet.
FancySerializersFactory A subclass of XMLSerializersFactory which serializes clusters to XML (and then via XSLT to HTML), but emits documents directly as a HTML output (with a flush() every ten documents).
JSONClustersSerializer A consumer of RawDocuments which serializes them to JSON format suitable for further processing.
JSONDocumentSerializer A document serializer which produces JSON output suitable for processing with automated tools (integration with other languages).
JSONSerializersFactory A subclass of XMLSerializersFactory which serializes clusters and documents to JSON format.
TextMarker Generates identifiers for words.
TextMarker.StemInfo  
TextMarkerPool A factory for TextMarkers.
XMLClustersSerializer A consumer of RawDocuments which serializes them to XML.
XMLDocumentsSerializer A consumer of RawDocuments which serializes them to XML.
XMLPageSerializer A serializer for the main search page.
XMLSerializersFactory A serializer factory returning serializers that produce XML.
 



Copyright (c) Dawid Weiss, Stanislaw Osinski