115 Commits (55b2e9b2a3cf80989a4dcfe6afde122e3bb92297)

Author SHA1 Message Date
  Samuel Thibault 55b2e9b2a3 MatchRule: Prevent non-eating special characters from eating characters 3 years ago
  Samuel Thibault 0f85657c7b MatchRule: Do not underflow the text 3 years ago
  Samuel Thibault e87691ad3b Prevent LookupDict2 from overflowing wtab 3 years ago
  Samuel Thibault c8de29dec9 Properly compare strings 3 years ago
  Samuel Thibault 1ce5a1bb0b IsLetterGroup: Do not blindly walk back in the word 3 years ago
  Samuel Thibault 34a12c83b4 IsLetterGroup: Do not blindly walk back in the word 3 years ago
  Samuel Thibault cd33c4042a MatchRule: Do not go back before the pre-ptr 3 years ago
  Samuel Thibault 0119efec28 MatchRule: Do not go back before the pre-ptr 3 years ago
  Juho Hiltunen d80f1a80a2 Use ESPEAKNG_DEFAULT_VOICE instead of hard coded "en". 4 years ago
  Juho Hiltunen f269acf22c code cleanup: remove unneeded switch case for stress_rule = 10. 4 years ago
  Juho Hiltunen c6ef7061ca code cleanup: use #defines for stress positions. 4 years ago
  agonzalezd 2fb981855b eu: Updated Basque phonetics and stress rule 4 years ago
  Juho Hiltunen 389ce6b738 code cleanup: remove unused FLAG_HYPHENATED and related code. 4 years ago
  Juho Hiltunen 0cf3ee564c Code cleanup: remove param2 from langopts and rename keyword option in language files. 4 years ago
  freddii 61efed30fa fixed spelling mistakes 4 years ago
  Juho Hiltunen ee944700f8 code cleanup: Check all local includes with include-what-you-use 5 years ago
  BenTalagan 9fd480afbf Fixing typos and naming 5 years ago
  BenTalagan 94677f4af8 Rule alignment fixes for non compliant platforms / Fix for emscripten demo 5 years ago
  Reece H. Dunn c6ac526847 When printing phonemes, don't add a space at the start of a sentence or clause. 7 years ago
  Reece H. Dunn 55c64036e0 Use UTF-8 strings in replace rules, instead of a packed UTF-16 pair. 7 years ago
  Reece H. Dunn 0e91fcbc04 Don't use pw when reading the replacement data. 7 years ago
  Reece H. Dunn 424f705525 Revert the new (broken) replacement rule logic. 7 years ago
  Valdis Vitolins 9f0667de86 Part of issue #199 — extend .replace rule to allow using groups of characters 7 years ago
  Reece H. Dunn 55d001514e Don't print 'Bad rules data in ...' if there are no rules in the dictionary. 7 years ago
  Reece H. Dunn 5ebf5b8fa4 en: Fix several -er and -est words (e.g. wickeder, wickedest, brittlest). 7 years ago
  Reece H. Dunn 36c29c479a LookupDict2: Check if flags is not null before setting it. [msvc /analyze] 7 years ago
  Reece H. Dunn 28f700e829 en: fix resignedly, manoeuvred, reckon, Frances (name), and sponging. 7 years ago
  Reece H. Dunn 566e904b33 LookupDict2: Fix searching entries longer than 128 7 years ago
  Reece H. Dunn b7a8751f4d Remove a redundant comment -- history is available in git. 7 years ago
  Juho Hiltunen c4ec7bfe34 remove option_phoneme_variants that is never set and always evaluates true 7 years ago
  Reece H. Dunn dfe66289c8 Don't set final_ph2 to before phonetic in the stack if ix=1. 7 years ago
  Reece H. Dunn 7dad0dfd40 Prevent TranslateRoman reading stack data from Lookup. 7 years ago
  Reece H. Dunn b24db06a84 Copy name to tr->dictionary_name if not equal 7 years ago
  Reece H. Dunn b60d2452c3 Copy name in LoadDictionary if not dictionary_name 7 years ago
  Juho Hiltunen 231a1d0944 headers: add new file dictionary.h with declarations of functions in dictionary.c 7 years ago
  Juho Hiltunen cd991bd2c9 headers: add new file numbers.h with declarations of functions in numbers.c 7 years ago
  Juho Hiltunen 07160f9286 headers: add new file synthdata.h with declarations of functions in synthdata.c 7 years ago
  Juho Hiltunen 706df97b20 headers: add new file readclause.h with declarations of functions in readclause.c 7 years ago
  Juho Hiltunen 30ad5c39f6 move struct MatchRecord to dictionary.c since it's the only file that uses it 7 years ago
  Juho Hiltunen 78749f14f8 readability fix: use boolean instead of 0 and 1 for loop control 7 years ago
  Juho Hiltunen da287fb851 Unify terminology for stress 7 years ago
  Juho Hiltunen 88315250ff readability fix: use boolean instead of 0 and 1 for loop control 7 years ago
  Juho Hiltunen afb4fe75e2 fi: fix behaviour of S_2_TO_HEAVY (adding secondary stress) 7 years ago
  Reece H. Dunn 50a2d8e291 Revert "Use strcpy instead of memcpy+strlen." 7 years ago
  Reece H. Dunn 7f42e0aaca compiledict.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 74f9f5e34b wavegen.c: Fix -Wmissing-prototypes warnings. 7 years ago
  Reece H. Dunn 119c200e00 Use strcpy instead of memcpy+strlen. 7 years ago
  Reece H. Dunn a2f751044c Remove unused letter assignment in MatchRule. 8 years ago
  Reece H. Dunn ecdff298b0 last_letter in MatchRule is not used. 8 years ago
  Reece H. Dunn 8a777385a8 Use wflags to access wtab->flags in LookupDict2. 8 years ago