nltk.parse.DependencyGraph.to_conll

DependencyGraph.to_conll(style)[source]

The dependency graph in CoNLL format.

Parameters:style (int) – the style to use for the format (3, 4, 10 columns)
Return type:str