udapi.core.document.Document = class Document(__builtin__.object)
    Document is a container for Universal Dependency trees
 
  Methods defined here:
__init__(self)
__iter__(self)
create_bundle(self)
create a new bundle and add it at the end of the document
load_conllu(self, filename)
load a document from a conllu-formatted file
store_conllu(self, filename)
store a document into a conllu-formatted file

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
attrnames = ['ord', 'form', 'lemma', 'upostag', 'xpostag', 'feats', 'head', 'deprel', 'deps', 'misc']
bundles = []