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

Create Swedish to all other languages translation process #79

Closed
2 tasks done
andrewtavis opened this issue Feb 24, 2024 · 6 comments
Closed
2 tasks done

Create Swedish to all other languages translation process #79

andrewtavis opened this issue Feb 24, 2024 · 6 comments
Assignees
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@andrewtavis
Copy link
Member

Terms

Description

The goal of this issue is to create a process whereby a single file is used to translate all words within Swedish/translations/words_to_translate.json to all other Scribe languages. To achieve this we'll be using m2m100_418M, with the output being a JSON file that has a string and keyed values for each language. This can then be transferred to an SQLite database table with each string in an index corresponding to a column value for each language.

Of specific importance is trying to get a metric of the accuracy of the translation and doing a cutoff such that we're no longer including low quality translations in Scribe applications :)

Contribution

Happy to work on this or support someone with interest in working on it!

@andrewtavis andrewtavis added feature New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 24, 2024
@Shorla
Copy link
Contributor

Shorla commented Mar 4, 2024

Hi @andrewtavis, My name is Olushola Ogunkelu. I am a new GSOC contributor. I went through this issue and I would like to work on it.

A bit of my background: I have experience contributing to open source and working with Python. But this is my first time working with machine translation.

I would appreciate some help on how to get started. Also, do I need to understand Swedish language to work on this?

@andrewtavis
Copy link
Member Author

Hey @Shorla 👋 We'll be merging in an issue in a few days that will help you work on this. You'll be able to follow the code for the English translations that we have a PR from, and I'm sure that @henrikth93 would be willing to help us check the quality of some of the translations afterwards! I'll be in touch when you can start working on this, but for now I'll assign you 😊

@Shorla
Copy link
Contributor

Shorla commented Mar 4, 2024

Thank you! I can't wait.

@andrewtavis
Copy link
Member Author

Hey @Shorla 👋 The process has been set up and we're ready to implement here :) It's actually quite streamlined now. If you make a version of scribe_data/extract_transform/languages/English/translations/translate_words.py that replaces SRC_LANG with Swedish we should be good to go here 😊

@Shorla
Copy link
Contributor

Shorla commented Mar 19, 2024

Thank you! I will get right to it

andrewtavis added a commit to Shorla/Scribe-Data that referenced this issue Mar 20, 2024
@andrewtavis
Copy link
Member Author

Closed via #114 😊 Appreciate the support with this, @Shorla!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Archived in project
Development

No branches or pull requests

2 participants