powered by
Takes an file saved in the CoNLL-U or CoNLL-X format and converts it into an annotation object. This is a lossy procedure, grabbing just tokenization, lemmatization, part of speech tags, and dependencies.
from_CoNLL(file)
character vector giving the path to the file
an annotation object with a single document
# NOT RUN { from_CoNLL(annotation, "/path/to/file.conll") # } # NOT RUN { # }
Run the code above in your browser using DataLab