Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Fix Russian pronunciation for 6#38

Open
D-side wants to merge 1 commit intorhasspy:masterfrom
D-side:master
Open

Fix Russian pronunciation for 6#38
D-side wants to merge 1 commit intorhasspy:masterfrom
D-side:master

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong pronunciation of "six" in Russian

1 participant