Uses of Class
org.corpus_tools.graphannis.model.Graph
-
Packages that use Graph Package Description org.corpus_tools.graphannis org.corpus_tools.graphannis.model -
-
Uses of Graph in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis that return Graph Modifier and Type Method Description GraphCorpusStorageManager. corpusGraph(String corpusName)Return the copy of the graph of the corpus structure given by its name.GraphCorpusStorageManager. 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.GraphCorpusStorageManager. 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.GraphCorpusStorageManager. 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.GraphCorpusStorageManager. subGraphForQuery(String corpusName, String query, CorpusStorageManager.QueryLanguage queryLanguage)Return the copy of a subgraph which includes all nodes matched by the given query. -
Uses of Graph in org.corpus_tools.graphannis.model
Constructors in org.corpus_tools.graphannis.model with parameters of type Graph Constructor Description Edge(int sourceID, int targetID, Component component, Map<QName,String> labels, Graph graph)
-