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_CoNLLU(file)
character vector giving the path to the file
an annotation object with a single document
# NOT RUN { from_CoNLLU(annotation, "/path/to/file.conllu") # } # NOT RUN { # }
Run the code above in your browser using DataLab