4b4014494c
Festival 1.4.0 has the following improvements over the previous release (1.3.1 January 1999) o distributed under a free X11-type licence o generalization of stats modules, ngram, CART, wfst with viterbi so they can be shard more easily o Tidy up of Utterance/Relation/Item architecture o Initial JSAPI support o Three new us voices using MBROLA databases o Tilt code overhaul o XML load for Relations o Fringe graphic display (ALPHA) released seperately http://www.cstr.ed.ac.uk/projects/fringe.html
24 lines
615 B
Text
24 lines
615 B
Text
$NetBSD: patch-ac,v 1.2 1999/10/11 14:13:49 proff Exp $
|
|
|
|
--- festival/examples/benchmark Thu Feb 27 00:47:45 1997
|
|
+++ festival/examples/benchmark Mon Oct 11 05:41:14 1999
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
|
|
-default_libdir="/projects/festival/lib"
|
|
+default_libdir="$FESTIVAL_HOME/lib"
|
|
|
|
while true
|
|
do
|
|
@@ -15,9 +15,9 @@
|
|
esac
|
|
done
|
|
|
|
-text=${1-"$HOME/projects/festival/examples/benchmark.text"}
|
|
+text=${1-"$FESTIVAL_HOME/examples/benchmark.text"}
|
|
|
|
-for i in . src/main ../src/main $HOME/projects/festival/src/main /cstr/bin
|
|
+for i in . src/main ../src/main $FESTIVAL_HOME/src/main
|
|
do
|
|
if [ -n "$festival" ]
|
|
then
|