Updates to Github #github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng/espeak-ng] Pull request opened by TediPapajorgji:
#729 formatted -X output in an easier way to parse by phonemizer So the whole idea here is that we need to be able to map phonemized words back to their original text. When running -X with espeak, the original output looked like this:
The new output will look like this:
The modified output is much easier to parse by the python wrapper contained inside Phonemizer because Phonemizer can now read in each line from the espeak-ng standard output, then split each line using the This is required for SSML processing inside Resembletron. The reason being that users apply tags to whole text words, the text words are then phonemized - if there is a 1 to 1 relationship between # of text words to # of phonemized words, then the tags can be translated easily. (E.g. hello, after phonemization becomes həlˈəʊ). Now assume the case where there is not a 1 to 1 relationship between # of text words to # of phonemised words, then a mapping of phonemized words to text words is required (which is now possible with this modification) For example, the words "to be" become one phonemized word "təbi" in certain sentences - with this word to phonemized word mapping, we can identify the original phonemized text.
[espeak-ng:master] New Comment on Pull Request #729 formatted -X output in an easier way to parse by phonemizer
Sorry.... wrong repository...
[espeak-ng/espeak-ng] Pull request closed by TediPapajorgji:
#729 formatted -X output in an easier way to parse by phonemizer So the whole idea here is that we need to be able to map phonemized words back to their original text. When running -X with espeak, the original output looked like this:
The new output will look like this:
The modified output is much easier to parse by the python wrapper contained inside Phonemizer because Phonemizer can now read in each line from the espeak-ng standard output, then split each line using the This is required for SSML processing inside Resembletron. The reason being that users apply tags to whole text words, the text words are then phonemized - if there is a 1 to 1 relationship between # of text words to # of phonemized words, then the tags can be translated easily. (E.g. hello, after phonemization becomes həlˈəʊ). Now assume the case where there is not a 1 to 1 relationship between # of text words to # of phonemised words, then a mapping of phonemized words to text words is required (which is now possible with this modification) For example, the words "to be" become one phonemized word "təbi" in certain sentences - with this word to phonemized word mapping, we can identify the original phonemized text.
[espeak-ng/espeak-ng] Pull request updated by TediPapajorgji:
#729 formatted -X output in an easier way to parse by phonemizer WRONG REPOSITORY SORRY! So the whole idea here is that we need to be able to map phonemized words back to their original text. When running -X with espeak, the original output looked like this:
The new output will look like this:
The modified output is much easier to parse by the python wrapper contained inside Phonemizer because Phonemizer can now read in each line from the espeak-ng standard output, then split each line using the This is required for SSML processing inside Resembletron. The reason being that users apply tags to whole text words, the text words are then phonemized - if there is a 1 to 1 relationship between # of text words to # of phonemized words, then the tags can be translated easily. (E.g. hello, after phonemization becomes həlˈəʊ). Now assume the case where there is not a 1 to 1 relationship between # of text words to # of phonemised words, then a mapping of phonemized words to text words is required (which is now possible with this modification) For example, the words "to be" become one phonemized word "təbi" in certain sentences - with this word to phonemized word mapping, we can identify the original phonemized text.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
2 New Commits:
[espeak-ng:master] By spresse1 <steve@...>:
Modified: dictsource/en_list
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: CHANGELOG.md
[espeak-ng/espeak-ng] Pull request closed by valdisvi:
#726 #725: ' (quote) versus " (quotes) is almost impossible to audibly differentiate Users of screen readers (eg: Orca, NVDA, JAWS) and other TTS assistive technologies rely on accurate and easy-to-understand reading of the text. One context in which this becomes especially critical is systems administration and software development, where TTS users need to be able to clearly and easily differentiate types of punctuation with minimal effort in the midst of reading a larger portion of text. For example, the two characters have significantly different meanings in shells and in some programming languages. This PR changes the name of the quote (') character to "tick", as this was difficult to differentiate from """, which reads as "quotes"
[espeak-ng:master] New Comment on Pull Request #726 #725: ' (quote) versus " (quotes) is almost impossible to audibly differentiate
It seems ok to me and hopefully @rhdunn, who is maintaining English will not object. Close issue if that is it.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
3 New Commits:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: src/libespeak-ng/mbrowrap.c
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: src/espeak-ng.1.ronn
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: src/espeak-ng.1.ronn
[espeak-ng:master] Issue #715 Need better error messages if MBROLA engine or voice files are missing closed by valdisvi.
[espeak-ng/espeak-ng] Pull request closed by valdisvi:
#717 Changes in espeak-ng core — improved MBROLA error handling, `all` parameter to list all voices Reece, please review these changes and merge them if implementation is acceptable. Thanks!
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: Makefile.am
[espeak-ng:master] Issue #703 Probably misconfigured Makefile.am for release closed by valdisvi.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #686 inform that --stdin flag reads multi-line text and then speaks it after
By valdisvi:
Actually it was told already, but less explicitly. I hope fix in 541cd90 make it more clear.
[espeak-ng:master] Issue #686 inform that --stdin flag reads multi-line text and then speaks it after closed by sthibaul.
1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: src/espeak-ng.1.ronn
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #725 ' (quote) versus " (quotes) is almost impossible to audibly differentiate
By spresse1:
PR#726 was merged, this issue is resolved. Thank you!
[espeak-ng:master] Issue #725 ' (quote) versus " (quotes) is almost impossible to audibly differentiate closed by spresse1.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: src/libespeak-ng/translate.c
[espeak-ng/espeak-ng] Pull request closed by rhdunn:
#730 Fix bug #706: pronunciation error with abbreviations followed by 's @rhdunn, please review and merge fix for #706 I also made it work properly for other languages where, plural/genitive with ...s or ...'s doesn't have meaning (i.e. ..s is considered part of the root word) and updated tests.
[espeak-ng:master] New Comment on Pull Request #730 Fix bug #706: pronunciation error with abbreviations followed by 's
Reviewed and merged. Thanks for the fix.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Added: dictsource/uk_list
[espeak-ng:master] New Comment on Issue #546 Ukrainian Support
@MissValeska, I have added initial support for Ukrainian language. You can test it online and improve it yourself by following contributor guide.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #561 please can you add Quechua language
By valdisvi:
@salami5 , I have added initial support for Quechua language. You can test it online and improve it yourself by following contributor guide.
1 New Commit:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Added: dictsource/qu_list
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #578 Hawaiian Language Support
By valdisvi:
@ian4uh, I have added initial support for Hawaiian language. You can test it online and improve it yourself by following contributor guide.
[espeak-ng:master] Issue #578 Hawaiian Language Support closed by ian4uh.
4 New Commits:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: docs/add_language.md
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: docs/add_language.md
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: docs/add_language.md
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Added: dictsource/haw_list
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
4 New Commits:
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: docs/languages.md
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: README.md
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: README.md
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: README.md
[espeak-ng:master] Issue #691 Differences between bashkir and tatar? closed by hozosch.
[espeak-ng:master] Issue #705 --voices option doesn't show mbrola voices closed by hadware.
[espeak-ng:master] New Comment on Issue #566 mbrola issues
With 1.50 this is fixed.
[espeak-ng:master] Issue #566 mbrola issues closed by sthibaul.
[espeak-ng:master] New Comment on Issue #566 mbrola issues
With 1.50 release this is fixed.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] Issue #65 Dutch language improvements closed by leonardder.
[espeak-ng:master] New Comment on Issue #448 Make a release to fix #338
With 1.50 this should be fixed.
[espeak-ng:master] Issue #448 Make a release to fix #338 closed by jiangtiandao.
[espeak-ng:master] New Comment on Issue #144 Creating an Ukrainian language for Espeak NG
@Giovani93, Ukrainian language is now supported in development version of eSpeak NG. You can test it online and improve it yourself by following contributor guide.
[espeak-ng:master] Issue #144 Creating an Ukrainian language for Espeak NG closed by Giovani93.
|
|