We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am seeing errors about missing phoneme ids for these Latvian (lv) words vilciens, nevajag
lv
vilciens
nevajag
First example
echo "vilciens" | lib/piper_phonemize -l lv --espeak-data lib/espeak-ng-data/ Missing phoneme: \u0361 for: {"phoneme_ids":[1,0,101,0,120,0,21,0,24,0,32,0,31,0,21,0,18,0,26,0,31,0,2],"phonemes":["ʋ","ˈ","i","l","t","͡","s","i","e","n","s"],"processed_text":"vilciens","text":"vilciens"}
Second example
echo "nevajag" | lib/piper_phonemize -l lv --espeak-data lib/espeak-ng-data/ Missing phoneme: \u0060 for: {"phoneme_ids":[1,0,26,0,120,0,18,0,101,0,14,0,22,0,14,0,66,0,2],"phonemes":["n","ˈ","e","ʋ","a","`","j","a","`","ɡ"],"processed_text":"nevajag","text":"nevajag"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am seeing errors about missing phoneme ids for these Latvian (
lv
) wordsvilciens
,nevajag
First example
Second example
The text was updated successfully, but these errors were encountered: