Functions§
- annis_
component_ layer - Get the layer of the given component.
- annis_
component_ name - Get the name of the given component.
- annis_
component_ type - Get the type of the given component.
- annis_
graph_ all_ components - Return a vector of all components for the graph
g. - annis_
graph_ all_ components_ by_ type - Return a vector of all components for the graph
gand the given component type. - annis_
graph_ annotations_ for_ edge - Return a vector of annnotations for the given
edgein thecomponentof graph `g. - annis_
graph_ annotations_ for_ node - Return a vector of all annotations for the given
nodein the graphg. - annis_
graph_ nodes_ by_ type - Return an iterator over all nodes of the graph
gand the givennode_type(e.g. “node” or “corpus”). - annis_
graph_ outgoing_ edges - Return a vector of all outgoing edges for the graph
g, thesourcenode and the givencomponent.