#[no_mangle]
pub extern "C" fn annis_cs_corpus_graph(
    ptr: *const CorpusStorage,
    corpus_name: *const c_char,
    err: *mut *mut ErrorList
) -> *mut AnnotationGraph
Expand description

Return the copy of the graph of the corpus structure given by corpus_name.

  • ptr - The corpus storage object.
  • err - Pointer to a list of errors. If any error occured, this list will be non-empty.