Interface AnnisExportFormat


  • public interface AnnisExportFormat
    An enum of all supported export formats of graphANNIS.
    Author:
    Thomas Krause <thomas.krause@hu-berlin.de>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GraphML
      GraphML based export-format, suitable to be imported into other graph databases.
      static int GraphMLDirectory
      Like GraphML but using a directory with multiple GraphML files, each for one corpus.
      static int GraphMLZip
      Like GraphML but compressed as ZIP file.
    • Field Detail

      • GraphML

        static final int GraphML
        GraphML based export-format, suitable to be imported into other graph databases.

        This format follows the extensions/conventions of the Neo4j GraphML module).

        See Also:
        Constant Field Values
      • GraphMLZip

        static final int GraphMLZip
        Like GraphML but compressed as ZIP file. Linked files are also copied into the ZIP file.
        See Also:
        Constant Field Values
      • GraphMLDirectory

        static final int GraphMLDirectory
        Like GraphML but using a directory with multiple GraphML files, each for one corpus.
        See Also:
        Constant Field Values