Module graphannis_capi::graph[][src]

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 g and the given component type.

annis_graph_annotations_for_edge

Return a vector of annnotations for the given edge in the component of graph `g.

annis_graph_annotations_for_node

Return a vector of all annotations for the given node in the graph g.

annis_graph_nodes_by_type

Return an iterator over all nodes of the graph g and the given node_type (e.g. “node” or “corpus”).

annis_graph_outgoing_edges

Return a vector of all outgoing edges for the graph g, the source node and the given component.