Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kleag opened this issue May 4, 2024 · 1 comment
Open

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

kleag opened this issue May 4, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kleag
Copy link
Contributor

kleag commented May 4, 2024

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 kleag added enhancement New feature or request good first issue Good for newcomers labels May 4, 2024
@kleag
Copy link
Contributor Author

kleag commented May 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant