Package org.corpus_tools.graphannis.capi
Interface AnnisImportFormat
-
public interface AnnisImportFormatAn enum of all supported input formats of graphANNIS.- Author:
- Thomas Krause <krauseto@hu-berlin.de>
-
-
Field Detail
-
RelANNIS
static final int RelANNIS
Legacy relANNIS import file format- See Also:
- Constant Field Values
-
GraphML
static final int GraphML
[GraphML](http://graphml.graphdrawing.org/) based export-format, suitable to be imported from other graph databases. This format follows the extensions/conventions of the Neo4j [GraphML module](https://neo4j.com/docs/labs/apoc/current/import/graphml/).- See Also:
- Constant Field Values
-
-