-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Feature]: Function to write a ColumnCorpus instance to files #3488
Labels
feature
A new feature
Comments
Hi @chelseagzr I don't see a reason to not have this. PR's are welcome, thank you for volunteering :) |
chelseagzr
added a commit
to chelseagzr/flair
that referenced
this issue
Jul 11, 2024
chelseagzr
added a commit
to chelseagzr/flair
that referenced
this issue
Jul 11, 2024
chelseagzr
added a commit
to chelseagzr/flair
that referenced
this issue
Jul 14, 2024
chelseagzr
added a commit
to chelseagzr/flair
that referenced
this issue
Jul 17, 2024
chelseagzr
added a commit
to chelseagzr/flair
that referenced
this issue
Jul 22, 2024
chelseagzr
added a commit
to chelseagzr/flair
that referenced
this issue
Jul 23, 2024
chelseagzr
added a commit
to chelseagzr/flair
that referenced
this issue
Jul 30, 2024
chelseagzr
added a commit
to chelseagzr/flair
that referenced
this issue
Sep 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem statement
It would be nice if there is a function to write a ColumnCorpus instance to files.
Related issues:
#988
#2591
Solution
Add a method
write_to_directory
to the ColumnCorpus class:Additional Context
Is there any reason the ColumnCorpus class should not have a function like this?
If not, I can draft a PR for this feature.
The text was updated successfully, but these errors were encountered: