Add a method to save a doc to conllu format
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the implementation of repr(doc) and the document and sentence representations it uses. Compare the existing CoNLL-U output with the metadata comments required by the issue, then identify the public entry point for saving a document. Done means a save method produces a CoNLL-U file containing the sentence metadata comments as well as the sentence representations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100