[hebrew] Treat final apostrophe as part of the word
Set LOPT_APOSTROPHE bit 1 for Hebrew to ensure final apostrophes are treated as part of the word. This is relevant for words like בָּגָאז׳ or חָגָ׳ג׳, where the apostrophe represents a phonemic element and should not be ignored during tokenization or phoneme conversion.
Replacement rules will change ׳ (Hebrew GERESH = U+05F3) to ' (standard apostrophe)
Add Pashto language support using Pashto phonemes (#2152)
This commit adds support for the Pashto language (ps) to espeak-ng. The
implementation is based includes ps_rules, ps_list, ps_emoji, ps_extra
files and updated Makefile.am to include Pashto in the dictionary
targets and build rules.
Add Pashto language support based on Urdu language files
This commit adds support for the Pashto language (ps) to espeak-ng. The implementation is based on Urdu language files and includes ps_rules, ps_list, ps_emoji, ps_extra files and updated Makefile.am to include Pashto in the dictionary targets and build rules.
fix: add Pashto data file.
refactor: use enhance rules for stress.
fix: add missing configs.
Add Pashto phoneme support and improve voice files
fix: add Pashto phonemes test.
fix: restore original phonemes.
fix: remove renduandant ps_dict from Make.am file.
fix: use correct phonemes with ipa and stress rules.
feat: translate all en_emoji to Pashto.
fix: add Pashto dict entry in Makefile.am
feat: enhance ps_rules with example pairs and words.
Russian: added more words to ru_listx file (#2107)
Russian: Several new words have been added, such as some medical and
linguistic terms, the names of some government organizations of the
Russian Federation and other words.
Russian: Several new words have been added, such as some medical and linguistic terms, the names of some government organizations of the Russian Federation and other words.
Russian: edited some strings in strings.xml file (#2130)
Russian: Fixed the lines <string name="setting_default_pitch"> and
<string name="espeak_pitch_range"> to eliminate confusion between pitch
and intonation. The corrections are as close as possible to the Russian
names of the corresponding parameters in the NVDA program.
Russian: Fixed the lines <string name="setting_default_pitch"> and <string name="espeak_pitch_range"> to eliminate confusion between pitch and intonation. The corrections are as close as possible to the Russian names of the corresponding parameters in the NVDA program.