Updates to Github
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Issue Created by repodiac:
Hi, I've written a small script and tutorial to extract roughly 10k German loan words from the German wiktionary, use their IPA code and convert it into Kirshenbaum syntax for import as dictionary ( If you're interested (don't know about possible license issues with wiktionary data) you could take this as a PR or alternatively, link to my repo for the curious reader/user. https://github.com/repodiac/espeak-ng_german_loan_words
[espeak-ng:master] New Comment on Issue #814 PR: Approx. 10,000 German loan words from DE-Wiktionary could be added to espeak-ng dictionary
Well, this certainly sounds very exciting! I don't have the permission to merge this though.
|
|
[espeak-ng:master] reported: SSML input <voice name="value" age="value"> changes to default voice mid-sentence
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #737 SSML input changes to default voice mid-sentence
Issue doesn't exist with
|
|
[espeak-ng:master] new issue: Improved Interlingua voice
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Issue Created by nesrad:
Hi, I've created the file ia_list to improve pronunciation for the ia voice. I'm not sure how to add it to your project, so I'll just leave it here. ia_list.zip Since Interlingua shares its sounds with the romance languages, I was wondering what steps would be needed to use existing mbrola voices like Italian.
|
|
[espeak-ng:master] new issue: Improved Interlingua voice
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Issue Created by nesrad:
Hi, I've created the file ia_list to improve pronunciation for the ia voice. I'm not sure how to add it to your project, so I'll just leave it here. ia_list.zip Since Interlingua shares its sounds with the romance languages, I was wondering what steps would be needed to use existing mbrola voices like Italian.
|
|
[espeak-ng:master] reported: Add some patterns to ja_rules
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Pull Request #810 Add some patterns to ja_rules
I've modified this PR to only "add the missing pattern".
The
|
|
Pull Request Updated
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng/espeak-ng] Pull request updated by tset-tset-tset:
#810 Add some patterns to ja_rules Hi, I've added a missing pattern to ja_rules. This fix allows for words like "ふぉーす" .
|
|
Updates to Github
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Issue Created by nesrad:
Hi, I've created the file ia_list to improve pronunciation for the ia voice. I'm not sure how to add it to your project, so I'll just leave it here. ia_list.zip Since Interlingua shares its sounds with the romance languages, I was wondering what steps would be needed to use existing mbrola voices like Italian.
[espeak-ng:master] New Issue Created by nesrad:
Hi, I've created the file ia_list to improve pronunciation for the ia voice. I'm not sure how to add it to your project, so I'll just leave it here. ia_list_new.zip Since Interlingua shares its sounds with the romance languages, I was wondering what steps would be needed to use existing mbrola voices like Italian.
[espeak-ng:master] New Issue Created by nesrad:
Hi, I've created the file ia_list to improve pronunciation for the ia voice. I'm not sure how to add it to your project, so I'll just leave it here. ia_list.zip Since Interlingua shares its sounds with the romance languages, I was wondering what steps would be needed to use existing mbrola voices like Italian.
|
|
Pull Request Opened
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng/espeak-ng] Pull request opened by jaacoppi: Move SSML related logic from ReadClause to ProcessSsmlTag and to a new function ParseSsmlReference(). Contributes to #369 and should make locating SSML bugs easier.
|
|
Updates to Github
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Issue Created by rhdunn:
In Japanese, a Hiragana whose pronunciation ends with the vowel
It would be better to have the following rules:
This requires two changes to the espeak-ng rule logic:
1. Add
[espeak-ng:master] New Comment on Pull Request #810 Add some patterns to ja_rules
I've raised issue #812 about making it possible to simplify the Japanese Hiragana/Kiragana pronunciation rules.
|
|
[espeak-ng:master] reported: Add some patterns to ja_rules
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Pull Request #810 Add some patterns to ja_rules
Using separate vowels would mean that ああ would be pronounced differently to あぁ and あー, as A possible solution would be to define a group for each long vowel set (a, e, i, o, u), e.g.:
then have a new rule such as:
where the This means that
|
|
Updates to Github
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Pull Request #810 Add some patterns to ja_rules
@rhdunn Thank you for reviewing my PR. Sorry for the lack of explanation, here's why I removed "かあ", "すう", etc:.
[espeak-ng:master] New Issue Created by nesrad:
Hi, I've created the file ia_list to improve pronunciation for the ia voice. I'm not sure how to add it to your project, so I'll just leave it here. ia_list.zip Since Interlingua shares its sounds with the romance languages, I was wondering what steps would be needed to use existing mbrola voices like Italian.
|
|
[espeak-ng:master] reported: Add some patterns to ja_rules
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Pull Request #810 Add some patterns to ja_rules
Remove the pattern that causes the conversion to fail / Remove more unnecessary partsWhy are you removing the 'かあ' etc. patterns in these commits? These are supported "lengthen" combinations -- see e.g. https://en.wiktionary.org/wiki/%E3%81%8B%E3%81%82 (かあ). From https://en.wikipedia.org/wiki/Hiragana: > Hiragana usually spells long vowels with the addition of a second vowel kana; for example, おかあさん (o-ka-a-sa-n, "mother"). Thus, when a vowel Hiragana matches the vowel part of the previous Hiragana, the vowel is lengthened. NOTE: The removed parts are not the small versions of the characters (ぁ) but are the full-sized versions (あ) so the two rules are different. This is causing the tests to fail.
|
|
Pull Request Updated
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng/espeak-ng] Pull request updated by tset-tset-tset:
#810 Add some patterns to ja_rules Hi, I've added a missing pattern to ja_rules. This fix allows for words like "ふぉーす" .
|
|
Pull Request Updated
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng/espeak-ng] Pull request updated by tset-tset-tset:
#810 Add some patterns to ja_rules Hi, I've added a missing pattern to ja_rules. This fix allows for words like "ふぉーす" .
|
|
Pull Request Opened
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng/espeak-ng] Pull request opened by tset-tset-tset:
#810 Add some patterns to ja_rules Hi, I've added a missing pattern to ja_rules. This fix allows for words like "ふぉーす" .
|
|
[espeak-ng:master] reported: MBROLA download page for Windows is not working
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #798 MBROLA download page for Windows is not working
Is https://api.256file.com/mbrolatools35.exe/m-download-138135.html working?
|
|
[espeak-ng:master] reported: F-Droid (Request for packaging) - For info
#github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #644 F-Droid (Request for packaging) - For info
Perfect. Only the metadata are missing now. (Summary, description...) You can follow either manual I linked earlier (Fastlane or Triple-T). As far as I can tell, the easiest way to do is to follow the Fastlane manual and add these nested folders to the root of this repository:
and, inside the
After you add the skeleton for any of these systems, I can create a pull request to this repo to add translations to Spanish (Spain).
|
|
Updates to Github
#github
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: android/AndroidManifest.xml
[espeak-ng:master] New Comment on Issue #644 F-Droid (Request for packaging) - For info
@ArenaL5, I fixed fa_list file with commit cee1870 and AndroidManifest.xml file with commit AndroidManifest.xml 85a9e55 to the current development version. 1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: src/libespeak-ng/tr_languages.c
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: dictsource/fa_list
|
|
Github push to espeak-ng:espeak-ng
#github
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: src/libespeak-ng/voices.c
|
|