module documentation

Tools for reading and writing dependency trees. The input is assumed to be in Malt-TAB format (http://stp.lingfil.uu.se/~nivre/research/MaltXML.html).

Class DependencyGraph A container for the nodes and labelled edges of a dependency structure.
Exception DependencyGraphError Dependency graph exception.
Function conll_demo A demonstration of how to read a string representation of a CoNLL format dependency tree.
Function conll_file_demo Undocumented
Function cycle_finding_demo Undocumented
Function demo Undocumented
Function malt_demo A demonstration of the result of reading a dependency version of the first sentence of the Penn Treebank.
Variable conll_data1 Undocumented
Variable conll_data2 Undocumented
Variable treebank_data Undocumented
def conll_demo(): (source)

A demonstration of how to read a string representation of a CoNLL format dependency tree.

def conll_file_demo(): (source)

Undocumented

def cycle_finding_demo(): (source)

Undocumented

def demo(): (source)

Undocumented

def malt_demo(nx=False): (source)

A demonstration of the result of reading a dependency version of the first sentence of the Penn Treebank.

conll_data1: str = (source)

Undocumented

conll_data2: str = (source)

Undocumented

treebank_data: str = (source)

Undocumented