Valdis Vitolins
bba7b6337f
ru: make ь (soft mark) absolutely silent befor iotated vowel
This affect e.g. pronunciation of я (ja) because j then starts from
pause
7 years ago
Valdis Vitolins
fe57476c93
ru: format rules
7 years ago
Valdis Vitolins
b8cf1ec352
ru: fix inaudible m; (soft m)
7 years ago
Valdis Vitolins
1c58e2a04b
ru: reformat and sort list of words
7 years ago
chrislm
c281a90a5e
IT: Added rules for pronominal verbs and exceptions.
7 years ago
Valdis Vitolins
ae74c1f415
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
7 years ago
Reece H. Dunn
9426399056
docs: describe the X-SAMPA transcription scheme.
7 years ago
Reece H. Dunn
44b75463f6
docs: Extend the phonemes document to cover the remaining IPA suprasegmentals for completeness.
7 years ago
Reece H. Dunn
3fcf990370
docs: Fix the spacing of the symbol column in the fortis and lenis section of the phonemes document.
7 years ago
Reece H. Dunn
3918810893
docs: Fix the position of the p and f ejectives in the IPA consonant table.
7 years ago
Valdis Vitolins
4ac932ea2c
ru: add more unstressed words
7 years ago
Valdis Vitolins
9529232d81
ru: put together auxiliary words, sort and remove duplicates
7 years ago
Valdis Vitolins
09bd8cee9f
ru: leave only intonation settings in ru_list, because spelling is set in ru_rules
7 years ago
Valdis Vitolins
6cc1c00900
ru: spell singe consonant particles б, в, ж, к, с with schwa
7 years ago
Valdis Vitolins
65d5e6729e
ru: sort and format rules
7 years ago
Valdis Vitolins
56fedaeb7c
ru: as single letters can be words with different pronunciation, move them to ru_rules file
7 years ago
Reece H. Dunn
dd6ed3f438
docs: Split out the ASCII-IPA ':' character into a suprasegmentals section and document the stress markers.
7 years ago
Reece H. Dunn
dc67d294c2
docs: describe the Kirshenbaum (ASCII-IPA) transcription scheme.
7 years ago
Reece H. Dunn
1fa7c141f9
docs: Fix the markdown warnings from kramdown.
7 years ago
Reece H. Dunn
3e249bc196
docs: Add notes for the remaining kirshenbaum features in phonemes.md.
7 years ago
Reece H. Dunn
cf3cabc140
Revert "Describe the additional Cainteoir Text-to-Speech phonemes for the articulation diacritics."
This reverts commit 39994150ba
.
7 years ago
Reece H. Dunn
768957e0fc
Don't copy filepath to buf. [coverity]
No modification was being done to buf after the copy of filepath.
It was just being passed to fopen. As such the copy is redundant,
and can lead to buffer overflow issues if the specified filepath
is larger than buf.
7 years ago
Reece H. Dunn
d0410d8585
Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings.
7 years ago
Reece H. Dunn
bc1d7cabcc
Merge branch 'windows'
7 years ago
Reece H. Dunn
39994150ba
Describe the additional Cainteoir Text-to-Speech phonemes for the articulation diacritics.
7 years ago
Reece H. Dunn
da980182e3
Document the origin of the phoneme features in phonemes.md.
7 years ago
Reece H. Dunn
63d2b66316
Update the links to Kishenbaum's ASCII-IPA. The site is no longer active, so use the wayback machine (internet archive).
7 years ago
Reece H. Dunn
2d69743ddf
README: The audio output configuration has been replaced by pcaudiolib, so remove that section.
7 years ago
Reece H. Dunn
a3c1a00d45
android: fix downloading the android gradle plugin version 2.3.3.
7 years ago
Reece H. Dunn
a0d8e8df78
android: add the new ssml.c source file
7 years ago
Reece H. Dunn
81cfcecfe7
tests: remove a todo comment that is not relevant (it was added by mistake)
7 years ago
Reece H. Dunn
005c490b90
tests: test grc consonant and vowel audio generation
7 years ago
Reece H. Dunn
0efb5600fc
tests: test gn consonant and vowel audio generation
7 years ago
Reece H. Dunn
f9386c0797
docs: Fix the symbols for ejc and imp in phonemes.md.
7 years ago
Reece H. Dunn
bec93c83cb
docs: Clean up the phonemes.md table of contents.
7 years ago
Reece H. Dunn
a1a7410212
Revert "docs: Split out the IPA phoneme tables from the phoneme feature description."
This reverts commit 9689cc8860
.
7 years ago
Sascha Brawer
1791e30e42
Add a fuzz target for SSML input
https://github.com/espeak-ng/espeak-ng/issues/407
7 years ago
Reece H. Dunn
99bbc6294e
Fix building on Windows.
7 years ago
Reece H. Dunn
9fdccb7bc3
docs: link to the English espeak transcription guide from the languages document.
7 years ago
Reece H. Dunn
9689cc8860
docs: Split out the IPA phoneme tables from the phoneme feature description.
7 years ago
Reece H. Dunn
7b64aac6c0
en: fix riposted for non US accents
7 years ago
Reece H. Dunn
07e155a150
TranslateWord2: Don't process invalid phonemes.
If ph_code is not located in the phoneme_tab, the resulting ph
value will be NULL. This does not normally happen, but it can
happen if word_phonemes contains garbage data, such as with the
1.49.2 multi-word logic when processing words like 'riposted'.
7 years ago
Reece H. Dunn
eaa08a2bc3
translate: Don't crash translating root words that map to another list entry.
If the list file contains a text replacement to another
entry in the list file, e.g.:
ripost riposte $text
riposte rI#p0st
calling it from a prefix or suffix rule such as 'riposted'
causes word_out[0] to be NULL, as TranslateWord3 has the
information needed to perform the mapping. In this case,
no phonemes have been written in this loop and the phonemes
have been calculated, so don't override them.
7 years ago
Reece H. Dunn
ad4155e705
tests: Add test cases for NVDA issue 7805.
7 years ago
Reece H. Dunn
6873c45d1a
Merge branch 'docs-english'
7 years ago
Reece H. Dunn
f4ff5c6802
Merge branch 'reorganise-tests'
7 years ago
Reece H. Dunn
05e571ca4a
compiledict.h: espeak_ng_CompileDictionary is defined in espeak_ng.h, so don't redefine it here.
7 years ago
Reece H. Dunn
c73530f7dd
Merge remote-tracking branch 'jaacoppi/includes'
7 years ago
Reece H. Dunn
181ae49c81
docs (en.md): move the split vowels section into the short vowels section.
7 years ago
Reece H. Dunn
b39ef7aca4
docs (en.md): document the Scottish NURSE vowel in the main rhotic vowel lexical set table.
7 years ago