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

Support monolingual datasets #141

Open
4 tasks
jelmervdl opened this issue Jan 7, 2024 · 0 comments
Open
4 tasks

Support monolingual datasets #141

jelmervdl opened this issue Jan 7, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jelmervdl
Copy link
Collaborator

OpusCleaner doesn't support monolingual data out of the box. Some filters support it, but the interface does not. Re #139.

Steps:

  • Check that all filters support monolingual data.
    Maybe related to Refactor filters as transfomers & scorers #130 as it talks about treating datasets more as tables with columns.
  • Data discovery (datasets.py) needs to identify datasets + language code from filename.
  • Data download (download.py) needs to handle the monolingual $DATASET.$LANG.gz file as is. No extraction necessary.
  • Interface needs to support datasets with one column
@jelmervdl jelmervdl added enhancement New feature or request help wanted Extra attention is needed labels Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant