026dcc82c8
rules. Quality free Czech diphone database. Primary goal is for speech system Festival but it's not limited on it. Sources, sound files and boundaries are available so it can be used in other free speech synthetizer systems too. WWW: http://www.freebsoft.org/festival-czech PR: ports/119044 Submitted by: Frantisek Dvorak <valtri@civ.zcu.cz>
11 lines
359 B
Scheme
11 lines
359 B
Scheme
--- czech.scm.orig Wed Jun 21 09:32:07 2006
|
|
+++ czech.scm Sat Apr 28 23:28:07 2007
|
|
@@ -917,7 +917,7 @@
|
|
(lex.create "czech")
|
|
(lex.set.phoneset "czech")
|
|
(lex.select "czech")
|
|
-(let ((dirs '("." "/usr/share/festival"))
|
|
+(let ((dirs '("@FESTIVAL_TARGET_DIR@"))
|
|
(lexfile nil))
|
|
(while dirs
|
|
(let ((file (path-append (car dirs) czech-lexicon-file)))
|