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 constructor to Conll for creating new one from list of sentences #123

Open
matgrioni opened this issue Oct 18, 2021 · 0 comments
Open
Projects

Comments

@matgrioni
Copy link
Collaborator

Conll objects should be able to be constructed from an existing sequence of sentences. It is not always possible to have a string iterable to recreated it, and this also facilitates better manipulation of groups of sentences (for example splitting into dev, train, and test is not possible right now).

With my hope for pyconll to eventually read sentences of multiple formats while keeping good typing hints this may not be easily possible to achieve both, but should be used to choose between multiple options.

@matgrioni matgrioni added this to To do in main via automation Oct 18, 2021
@matgrioni matgrioni moved this from To do to In progress in main Oct 18, 2021
@matgrioni matgrioni moved this from In progress to To do in main May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
main
  
To do
Development

No branches or pull requests

1 participant