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

Fix Russian pronunciation for 6 #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

D-side
Copy link

@D-side D-side commented May 19, 2023

Applied one change to the Russian dictionary in order to fix #36

update word_phonemes set phonemes = "ʂ eː s tʲ" where word = "шесть";

Before:

sqlite> select * from word_phonemes where word = "шесть";
530064|шесть|0|ʂ eː s tʲ|

After:

sqlite> select * from word_phonemes where word = "шесть";
530064|шесть|0|ʂ oː s tʲ|

@D-side
Copy link
Author

D-side commented Jun 1, 2023

@synesthesiam mind giving this a merge please? 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong pronunciation of "six" in Russian
1 participant