aymara / lima-python

MIT License
3 stars 0 forks source link

Add a method to save a doc to conllu format #8

Open kleag opened 4 months ago

kleag commented 4 months ago

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.

kleag commented 4 months ago

This method should be used in the lima entry point command for example.