Package: festvox-ellpc11k Version: 1.4.0-3 Severity: minor Tags: patch The numbers ending in "1" should be pronounced as "uno" not as "un". The file sptoken.scm should be changed.
-- System Information: Debian Release: 6.0.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages festvox-ellpc11k depends on: ii festival 1:2.0.95~beta-5.1 General multi-lingual speech synth festvox-ellpc11k recommends no packages. festvox-ellpc11k suggests no packages.
71c71 < ((string-equal (car digits) "1") (list "un")) --- > ((string-equal (car digits) "1") (list "uno"))
71c71 < ((string-equal (car digits) "1") (list "un")) --- > ((string-equal (car digits) "1") (list "uno"))

