| Package | Description |
|---|---|
| org.corpus_tools.graphannis | |
| org.corpus_tools.graphannis.model |
| Modifier and Type | Method and Description |
|---|---|
Graph |
CorpusStorageManager.corpusGraph(String corpusName)
Return the copy of the graph of the corpus structure given by its name.
|
Graph |
CorpusStorageManager.corpusGraphForQuery(String corpusName,
String query,
CorpusStorageManager.QueryLanguage queryLanguage)
Return the copy of the graph of the corpus structure which includes all nodes
matched by the given query.
|
Graph |
CorpusStorageManager.subcorpusGraph(String corpusName,
List<String> documentIDs)
Return the copy of a subgraph which includes all nodes that belong to any of
the given list of sub-corpus/document identifiers.
|
Graph |
CorpusStorageManager.subgraph(String corpusName,
List<String> nodeIDs,
long ctxLeft,
long ctxRight,
Optional<String> segmentation)
Return the copy of a subgraph which includes the given list of node
annotation identifiers, the nodes that cover the same token as the given
nodes and all nodes that cover the token which are part of the defined
context.
|
Graph |
CorpusStorageManager.subGraphForQuery(String corpusName,
String query,
CorpusStorageManager.QueryLanguage queryLanguage)
Return the copy of a subgraph which includes all nodes matched by the given
query.
|
| Constructor and Description |
|---|
Edge(int sourceID,
int targetID,
Component component,
Map<QName,String> labels,
Graph graph) |
Copyright © 2019 Thomas Krause. All rights reserved.