Package org.corpus_tools.graphannis.capi
Interface AnnisExportFormat
-
public interface AnnisExportFormatAn 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 intGraphMLGraphML based export-format, suitable to be imported into other graph databases.static intGraphMLDirectoryLikeGraphMLbut using a directory with multiple GraphML files, each for one corpus.static intGraphMLZipLikeGraphMLbut 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
LikeGraphMLbut compressed as ZIP file. Linked files are also copied into the ZIP file.- See Also:
- Constant Field Values
-
GraphMLDirectory
static final int GraphMLDirectory
LikeGraphMLbut using a directory with multiple GraphML files, each for one corpus.- See Also:
- Constant Field Values
-
-