You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the repr(doc) of a doc produces the concatenation of the CoNLL-U representation of all sentences but without the comments indicating medata like sentence ids.
A method to save to a CoNLL-U file with these metadata should be added.
The text was updated successfully, but these errors were encountered:
Currently the
repr(doc)
of a doc produces the concatenation of the CoNLL-U representation of all sentences but without the comments indicating medata like sentence ids.A method to save to a CoNLL-U file with these metadata should be added.
The text was updated successfully, but these errors were encountered: