Browse Source

build: support using cainteoir-engine to create an exception dictionary for en

master
Reece Dunn 14 years ago
parent
commit
8aaf248f34
2 changed files with 12 additions and 0 deletions
  1. 2
    0
      .gitignore
  2. 10
    0
      Makefile

+ 2
- 0
.gitignore View File



# espeak-data # espeak-data


dictsource/en_extra

espeak-data/dictsource espeak-data/dictsource
espeak-data/phsource espeak-data/phsource
espeak-data/*_dict espeak-data/*_dict

+ 10
- 0
Makefile View File

ln -sv $(PWD)/espeak-data $(HOME)/espeak-data ln -sv $(PWD)/espeak-data $(HOME)/espeak-data
src/espeakedit --compile src/espeakedit --compile


##### dictionaries:

en: all dictsource/en_rules dictsource/en_list
rm -f dictsource/en_extra
make espeak-data
../cainteoir-engine/tests/dictionary.py --exception-dictionary > dictsource/en_extra
make espeak-data
../cainteoir-engine/tests/dictionary.py | grep -F fail
wc -l dictsource/en_extra


Loading…
Cancel
Save