3194 Commits (0a0eb3d01d7f749d439bda25de0c8d411728d60c)
 

Author SHA1 Message Date
  Reece H. Dunn 94376c2d5f Use an enum and named values for the steps in compile_line to make the logic easier to read. 8 years ago
  shadyar de931bbf99 some debugging and improvement in rules. also two suffixes where added. 8 years ago
  shadyar 5eb8f56438 added around 400 exceptional words who Persian users have reported. 8 years ago
  Reece H. Dunn 1695965992 Merge remote-tracking branch 'pettarin/master' 8 years ago
  Reece H. Dunn 5030ff95cc automake: don't make the tests print 'done', have the make rule print 'PASSED' instead. 8 years ago
  Reece H. Dunn c6a878949b automake: create a rule for the tests 8 years ago
  Reece H. Dunn 800f4013f3 automake: Print a 'TEST' line to be consistent with the 'CC'/'LD' lines of the build process, and to make the tests easier to read. 8 years ago
  Reece H. Dunn 8821c9e361 Split out the readclause tests so the tokenizer tests can use public-only APIs. 8 years ago
  Reece H. Dunn efd1df3206 Build a test version of libespeak-ng that exposes the internal APIs. 8 years ago
  Reece H. Dunn eb3c9a9bbd Fix the classification of East and West Slavic languages (ru, cs, pl, sk). 8 years ago
  Reece H. Dunn 0a8bdcbf38 Correct the classification of bpy in the languages.md documentation file. 8 years ago
  Reece H. Dunn d72557aed2 Add simple tests for testing voice selection by name. 8 years ago
  Reece H. Dunn 961f14f6ce lv: Remove the support for Russian in the Latvian language file. This should be handled by multi-language support (Script => Language association). 8 years ago
  Reece H. Dunn 0947d3b8b2 Update the CHANGELOG. 8 years ago
  Reece H. Dunn 18abfa47ec Merge remote-tracking branch 'valdisvi/master' 8 years ago
  Reece H. Dunn 01f2a0f845 Simplify specifying the encoding test program. 8 years ago
  Valdis Vitolins 6c5903fd4b Latvian language improvements: rule adjustments, updates for specific words, generic support for Russian language 8 years ago
  Reece H. Dunn 6d40577832 Move more CFLAGS definitions to AM_CFLAGS. 8 years ago
  Reece H. Dunn f30b0c59e1 Move out common CFLAGS definitions to AM_CFLAGS. 8 years ago
  Reece H. Dunn 85801fc1e3 Remove the now unused dictdialect functionality from the code. 8 years ago
  Reece H. Dunn 2f8f125c68 Remove voice/language support for alphabet2. 8 years ago
  Reece H. Dunn 6ec3e85007 Add language.tests for de, en and jp to test the phoneme generation. 8 years ago
  Reece H. Dunn 23141dd5df jp: use 'o' instead of 'o_o'. 8 years ago
  Reece H. Dunn 6e932f36f4 jp: use 'e' instead of 'e_o'. 8 years ago
  Reece H. Dunn 1ed2726104 jp: use 'u' instead of 'M_Bo'. 8 years ago
  Reece H. Dunn 69c976f859 jp: use 'a' instead of 'a_"'. 8 years ago
  Reece H. Dunn d192fd9c55 Remove the IPA phoneme table and associated und-fonipa voice. 8 years ago
  Reece H. Dunn 822732dfbf Revert the ipa phoneme changes. 8 years ago
  Alberto Pettarin 0241fb47d2 emscripten/Makefile support for both Linux, macOS 8 years ago
  Reece H. Dunn 7b8fa3660d Install the encoding.h and tokenizer.h header files. 8 years ago
  Reece H. Dunn dd90d3812d tokenizer.c: Support general symbol tokens. 8 years ago
  Reece H. Dunn 786575c6ed tokenizer.c: Support general punctuation tokens. 8 years ago
  Reece H. Dunn 0705844bf8 tokenizer.c: Move general category classification that does not override property behaviour to the end, for generic classification. 8 years ago
  Reece H. Dunn 683579f403 Make the tokenizer.h API public. 8 years ago
  Reece H. Dunn 9af96da469 Make the encoding.h API public. 8 years ago
  Reece H. Dunn 55bfbb4754 tokenizer.c: Support ellipsis tokens. 8 years ago
  Reece H. Dunn 706e780ff4 Merge remote-tracking branch 'pettarin/master' 8 years ago
  Alberto Pettarin 3b4487e8a7 Updated directions to compile JS with emscripten 8 years ago
  Alberto Pettarin 123309a07b Added git ignore for emscripted in UCD tools 8 years ago
  Reece H. Dunn b847df63b5 tokenizer.c: Support semicolon tokens. 8 years ago
  Alberto Pettarin 6ce74efeca Fixed selection of default voice in JS demo 8 years ago
  Reece H. Dunn af7e8fc5a3 tokenizer.c: Support colon tokens. 8 years ago
  Reece H. Dunn 7560070dcd tokenizer.c: Support comma tokens. 8 years ago
  Reece H. Dunn c9199cfacb tokenizer.c: Support exclamation mark tokens. 8 years ago
  Reece H. Dunn 128ceaff6a tokenizer.c: Support question mark tokens. 8 years ago
  Reece H. Dunn 8f62e18324 tokenizer.c: Support full stop tokens. 8 years ago
  Reece H. Dunn 0bbc9e9730 Merge remote-tracking branch 'Christianlm/master' 8 years ago
  chrislm 5d8bb74169 IT: new improvements tested on april 2017 8 years ago
  Reece H. Dunn d50f3f2fa5 tokenizer.c: Support word tokens. 8 years ago
  Reece H. Dunn a902f451d8 tests/tokenizer.test: Support printing the tokens from a provided file, making it easy to investigate tokenizer issues. 8 years ago