[RavenclawDev 371] [MeetingLine r%d] [28] Configurations: Migrated Festival and TTY configurations to Pythia

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Thu Sep 13 11:04:12 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070913/52c05a28/attachment.html
-------------- next part --------------
Deleted: Configurations/Desktop-Festival/MeetingLine-nodm.bat
===================================================================
--- Configurations/Desktop-Festival/MeetingLine-nodm.bat	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-Festival/MeetingLine-nodm.bat	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,4 +0,0 @@
-REM If so, I prefer HUB verbosity = 3, client verbosity 1, you can set as you prefer
-set GAL_VERBOSE=1
-set SLS_VERBOSE=1
-..\..\Bin\x86-nt\processmonitor-debug.exe -list startlist-nodm.txt -crashlog crash.log -restart_delay 5 -remedy nothing

Modified: Configurations/Desktop-Festival/MeetingLine.bat
===================================================================
--- Configurations/Desktop-Festival/MeetingLine.bat	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-Festival/MeetingLine.bat	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,4 +1,3 @@
-REM If so, I prefer HUB verbosity = 3, client verbosity 1, you can set as you prefer
-set GAL_VERBOSE=1
-set SLS_VERBOSE=1
-..\..\Bin\x86-nt\processmonitor-debug.exe -list startlist.txt -crashlog crash.log -restart_delay 5 -remedy nothing
+SET GAL_VERBOSE=1
+SET SLS_VERBOSE=1
+START ..\..\Agents\Pythia\dist\process_monitor.exe startlist.config

Deleted: Configurations/Desktop-Festival/startlist-nodm.txt
===================================================================
--- Configurations/Desktop-Festival/startlist-nodm.txt	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-Festival/startlist-nodm.txt	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,93 +0,0 @@
-:13
-{
-
-{
-	title MeetingLineBackend
-	dir ..\..\Agents\MeetingLineBackend\
-  path perl ..\..\Agents\MeetingLineBackend\BE_server.perl -fakedb
-	server_name MeetingLineBackend
-}
-
-{
-	title DateTime
-	dir .
-  path ..\..\Bin\x86-nt\DateTime4.exe 
-	server_name DateTime
-}
-
-{
-	title Helios
-	dir .
-  path ..\..\Bin\x86-nt\Helios3.exe -config helios.cfg
-	server_name Helios
-}
-
-{
-	title BackendServer2
-	dir .
-  path ..\..\Bin\x86-nt\BackendServer2-DEBUG.exe -behost 127.0.0.1 -beport 23456
-	server_name BackendServer2
-}
-
-{
-	title Kalliope
-	dir .
-  path ..\..\Bin\x86-nt\kalliopeFestival.exe -config festival.cfg
-	server_name kalliope
-}
-
-{
-	title MeetingLineNLG
-	dir ..\..\Agents\MeetingLineNLG
-	path perl -I..\..\Libraries\Rosetta bin\meetingline
-}
-
-{
-	title NLGServer2
-	dir .
-	path ..\..\Bin\x86-nt\NlgServer2.exe -nlghost localhost
-	server_name nlg
-}
-
-{
-	title Phoenix2
-	dir .
-	path ..\..\Bin\x86-nt\phoenix2.exe -grammardir ..\..\Resources\Grammar\ -grammarfn ..\..\Resources\Grammar\MeetingLine.net
-	server_name phoenix
-}
-
-{
-	title SPHINX_AUDIO
-	dir .
-	path ..\..\Bin\x86-nt\Audio_Server.exe -engine_list sphinx_engines.txt
-	server_name sphinx
-}
-
-{
-	title SPHINX_MALE
-	dir ..\..\Resources\DecoderConfig\
-	path ..\..\Bin\x86-nt\Sphinx_Engine -name male -argfn male-8khz.arg -port 9990
-	server_name sphinx_male
-}
-
-{
-	title SPHINX_FEMALE
-	dir ..\..\Resources\DecoderConfig\
-	path ..\..\Bin\x86-nt\Sphinx_Engine -name female -argfn female-8khz.arg -port 9991
-	server_name sphinx_female
-}
-
-{
-	title TTYRecognitionServer2
-	dir .
-	path ..\..\Bin\x86-nt\TTYRecognitionServer2.exe
-	server_name tty-server
-}
-
-{
-	title HUB
-	dir .
-	path ..\..\Bin\x86-nt\hub.exe -verbosity 3 -pgm_file MeetingLine-hub.pgm
-}
-
-}

Added: Configurations/Desktop-Festival/startlist.config
===================================================================
--- Configurations/Desktop-Festival/startlist.config	                        (rev 0)
+++ Configurations/Desktop-Festival/startlist.config	2007-09-13 15:04:11 UTC (rev 28)
@@ -0,0 +1,58 @@
+EXPAND: $ROOT ..\..
+EXPAND: $GC_HOME $ROOT\Libraries\Galaxy
+EXPAND: $CONFIGURATION $ROOT\Configurations\Desktop-Swift
+EXPAND: $AGENTS $ROOT\Agents
+EXPAND: $LIBRARIES $ROOT\Libraries
+EXPAND: $BIN $ROOT\Bin\x86-nt
+EXPAND: $RESOURCES $ROOT\Resources
+EXPAND: $GRAMMAR $RESOURCES\Grammar
+EXPAND: $DECODER $RESOURCES\DecoderConfig
+EXPAND: $PERL perl
+
+TITLE: MeetingLine
+
+PROCESS: $PERL $AGENTS\MeetingLineBackend\BE_server.perl -fakedb
+PROCESS_WORKDIR: $AGENTS\MeetingLineBackend
+PROCESS_TITLE: MeetingLineBackend
+
+PROCESS: $BIN\DateTime4
+PROCESS_TITLE: DateTime
+
+PROCESS: $BIN\Helios3 -config helios.cfg
+PROCESS_TITLE: Helios
+
+PROCESS: $BIN\BackEndServer2 -behost 127.0.0.1 -beport 23456
+PROCESS_TITLE: BackenedServer2
+
+PROCESS: $BIN\KalliopeFestival -config festival.cfg
+PROCESS_TITLE: Kalliope
+
+PROCESS: $PERL -I$LIBRARIES\Rosetta bin\meetingline
+PROCESS_WORKDIR: $AGENTS\MeetingLineNLG
+PROCESS_TITLE: MeetlingLineNLG
+
+PROCESS: $BIN\NlgServer2 -nlghost localhost
+PROCESS_TITLE: NLGServer2
+
+PROCESS: $BIN\phoenix2 -grammardir $GRAMMAR\ -grammarfn $GRAMMAR\MeetingLine.net
+PROCESS_TITLE: Phoenix2
+
+PROCESS: $BIN\Audio_Server -engine_list sphinx_engines.txt
+PROCESS_TITLE: SPHINX_AUDIO
+
+PROCESS: $BIN\Sphinx_Engine -name male -argfn male-8khz.arg -port 9990
+PROCESS_WORKDIR: $DECODER
+PROCESS_TITLE: SPHINX_MALE
+
+PROCESS: $BIN\Sphinx_Engine -name male -argfn female-8khz.arg -port 9990
+PROCESS_WORKDIR: $DECODER
+PROCESS_TITLE: SPHINX_FEMALE
+
+PROCESS: $BIN\TTYRecognitionServer2
+PROCESS_TITLE: TTYRecognitionServer2
+
+PROCESS: $GC_HOME\bin\x86-nt\HUB -verbosity 3 -pgm_file MeetingLine-hub.pgm
+PROCESS_TITLE: HUB
+
+PROCESS: $BIN\MeetingLineDM -config MeetingLineDM.cfg
+PROCESS_TITLE: MeetingLineDM

Deleted: Configurations/Desktop-Festival/startlist.txt
===================================================================
--- Configurations/Desktop-Festival/startlist.txt	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-Festival/startlist.txt	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,100 +0,0 @@
-:14
-{
-
-{
-	title MeetingLineBackend
-	dir ..\..\Agents\MeetingLineBackend\
-  path perl ..\..\Agents\MeetingLineBackend\BE_server.perl -fakedb
-	server_name MeetingLineBackend
-}
-
-{
-	title DateTime
-	dir .
-  path ..\..\Bin\x86-nt\DateTime4.exe 
-	server_name DateTime
-}
-
-{
-	title Helios
-	dir .
-  path ..\..\Bin\x86-nt\Helios3.exe -config helios.cfg
-	server_name Helios
-}
-
-{
-	title BackendServer2
-	dir .
-  path ..\..\Bin\x86-nt\BackendServer2-DEBUG.exe -behost 127.0.0.1 -beport 23456
-	server_name BackendServer2
-}
-
-{
-	title Kalliope
-	dir .
-  path ..\..\Bin\x86-nt\kalliopeFestival.exe -config festival.cfg
-	server_name kalliope
-}
-
-{
-	title MeetingLineNLG
-	dir ..\..\Agents\MeetingLineNLG
-	path perl -I..\..\Libraries\Rosetta bin\meetingline
-}
-
-{
-	title NLGServer2
-	dir .
-	path ..\..\Bin\x86-nt\NlgServer2.exe -nlghost localhost
-	server_name nlg
-}
-
-{
-	title Phoenix2
-	dir .
-	path ..\..\Bin\x86-nt\phoenix2.exe -grammardir ..\..\Resources\Grammar\ -grammarfn ..\..\Resources\Grammar\MeetingLine.net
-	server_name phoenix
-}
-
-{
-	title SPHINX_AUDIO
-	dir .
-	path ..\..\Bin\x86-nt\Audio_Server.exe -engine_list sphinx_engines.txt
-	server_name sphinx
-}
-
-{
-	title SPHINX_MALE
-	dir ..\..\Resources\DecoderConfig\
-	path ..\..\Bin\x86-nt\Sphinx_Engine -name male -argfn male-8khz.arg -port 9990
-	server_name sphinx_male
-}
-
-{
-	title SPHINX_FEMALE
-	dir ..\..\Resources\DecoderConfig\
-	path ..\..\Bin\x86-nt\Sphinx_Engine -name female -argfn female-8khz.arg -port 9991
-	server_name sphinx_female
-}
-
-{
-	title TTYRecognitionServer2
-	dir .
-	path ..\..\Bin\x86-nt\TTYRecognitionServer2.exe
-	server_name tty-server
-}
-
-{
-	title HUB
-	dir .
-	path ..\..\Bin\x86-nt\hub.exe -verbosity 3 -pgm_file MeetingLine-hub.pgm
-}
-
-{
-	title MeetingLineDM
-	dir .
-  path ..\..\Bin\x86-nt\MeetingLineDM -config MeetingLineDM.cfg
-	server_name MeetingLineDM
-}
-
-}

Deleted: Configurations/Desktop-Swift/MeetingLine-nodm.bat
===================================================================
--- Configurations/Desktop-Swift/MeetingLine-nodm.bat	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-Swift/MeetingLine-nodm.bat	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,4 +0,0 @@
-REM If so, I prefer HUB verbosity = 3, client verbosity 1, you can set as you prefer
-set GAL_VERBOSE=1
-set SLS_VERBOSE=1
-..\..\Bin\x86-nt\processmonitor-debug.exe -list startlist-nodm.txt -crashlog crash.log -restart_delay 5 -remedy nothing

Deleted: Configurations/Desktop-TTY/MeetingLine-nodm.bat
===================================================================
--- Configurations/Desktop-TTY/MeetingLine-nodm.bat	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-TTY/MeetingLine-nodm.bat	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,4 +0,0 @@
-REM If so, I prefer HUB verbosity = 3, client verbosity 1, you can set as you prefer
-set GAL_VERBOSE=1
-set SLS_VERBOSE=1
-..\..\Bin\x86-nt\processmonitor-debug.exe -list startlist-nodm.txt -crashlog crash.log -restart_delay 5 -remedy nothing

Modified: Configurations/Desktop-TTY/MeetingLine.bat
===================================================================
--- Configurations/Desktop-TTY/MeetingLine.bat	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-TTY/MeetingLine.bat	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,4 +1,3 @@
-REM If so, I prefer HUB verbosity = 3, client verbosity 1, you can set as you prefer
-set GAL_VERBOSE=1
-set SLS_VERBOSE=1
-..\..\Bin\x86-nt\processmonitor-debug.exe -list startlist.txt -crashlog crash.log -restart_delay 5 -remedy nothing
+SET GAL_VERBOSE=1
+SET SLS_VERBOSE=1
+START ..\..\Agents\Pythia\dist\process_monitor.exe startlist.config

Deleted: Configurations/Desktop-TTY/startlist-nodm.txt
===================================================================
--- Configurations/Desktop-TTY/startlist-nodm.txt	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-TTY/startlist-nodm.txt	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,86 +0,0 @@
-:12
-{
-
-{
-	title MeetingLineBackend
-	dir ..\..\Agents\MeetingLineBackend\
-  path perl ..\..\Agents\MeetingLineBackend\BE_server.perl -fakedb
-	server_name MeetingLineBackend
-}
-
-{
-	title DateTime
-	dir .
-  path ..\..\Bin\x86-nt\DateTime4.exe 
-	server_name DateTime
-}
-
-{
-	title Helios
-	dir .
-  path ..\..\Bin\x86-nt\Helios3.exe -config helios-tty.cfg
-	server_name Helios
-}
-
-{
-	title BackendServer2
-	dir .
-  path ..\..\Bin\x86-nt\BackendServer2-DEBUG.exe -behost 127.0.0.1 -beport 23456
-	server_name BackendServer2
-}
-
-{
-	title MeetingLineNLG
-	dir ..\..\Agents\MeetingLineNLG
-	path perl -I..\..\Libraries\Rosetta bin\meetingline
-}
-
-{
-	title NLGServer2
-	dir .
-	path ..\..\Bin\x86-nt\NlgServer2.exe -nlghost localhost
-	server_name nlg
-}
-
-{
-	title Phoenix2
-	dir .
-	path ..\..\Bin\x86-nt\phoenix2.exe -grammardir ..\..\Resources\Grammar\ -grammarfn ..\..\Resources\Grammar\MeetingLine.net
-	server_name phoenix
-}
-
-{
-	title SPHINX_AUDIO
-	dir .
-	path ..\..\Bin\x86-nt\Audio_Server.exe -engine_list sphinx_engines.txt
-	server_name sphinx
-}
-
-{
-	title SPHINX_MALE
-	dir ..\..\Resources\DecoderConfig\
-	path ..\..\Bin\x86-nt\Sphinx_Engine -name male -argfn male-8khz.arg -port 9990
-	server_name sphinx_male
-}
-
-{
-	title SPHINX_FEMALE
-	dir ..\..\Resources\DecoderConfig\
-	path ..\..\Bin\x86-nt\Sphinx_Engine -name female -argfn female-8khz.arg -port 9991
-	server_name sphinx_female
-}
-
-{
-	title TTYRecognitionServer2
-	dir .
-	path ..\..\Bin\x86-nt\TTYRecognitionServer2.exe
-	server_name tty-server
-}
-
-{
-	title HUB
-	dir .
-	path ..\..\Bin\x86-nt\hub.exe -verbosity 3 -pgm_file MeetingLine-hub.pgm
-}
-
-}

Added: Configurations/Desktop-TTY/startlist.config
===================================================================
--- Configurations/Desktop-TTY/startlist.config	                        (rev 0)
+++ Configurations/Desktop-TTY/startlist.config	2007-09-13 15:04:11 UTC (rev 28)
@@ -0,0 +1,55 @@
+EXPAND: $ROOT ..\..
+EXPAND: $GC_HOME $ROOT\Libraries\Galaxy
+EXPAND: $CONFIGURATION $ROOT\Configurations\Desktop-Swift
+EXPAND: $AGENTS $ROOT\Agents
+EXPAND: $LIBRARIES $ROOT\Libraries
+EXPAND: $BIN $ROOT\Bin\x86-nt
+EXPAND: $RESOURCES $ROOT\Resources
+EXPAND: $GRAMMAR $RESOURCES\Grammar
+EXPAND: $DECODER $RESOURCES\DecoderConfig
+EXPAND: $PERL perl
+
+TITLE: MeetingLine
+
+PROCESS: $PERL $AGENTS\MeetingLineBackend\BE_server.perl -fakedb
+PROCESS_WORKDIR: $AGENTS\MeetingLineBackend
+PROCESS_TITLE: MeetingLineBackend
+
+PROCESS: $BIN\DateTime4
+PROCESS_TITLE: DateTime
+
+PROCESS: $BIN\Helios3 -config helios.cfg
+PROCESS_TITLE: Helios
+
+PROCESS: $BIN\BackEndServer2 -behost 127.0.0.1 -beport 23456
+PROCESS_TITLE: BackenedServer2
+
+PROCESS: $PERL -I$LIBRARIES\Rosetta bin\meetingline
+PROCESS_WORKDIR: $AGENTS\MeetingLineNLG
+PROCESS_TITLE: MeetlingLineNLG
+
+PROCESS: $BIN\NlgServer2 -nlghost localhost
+PROCESS_TITLE: NLGServer2
+
+PROCESS: $BIN\phoenix2 -grammardir $GRAMMAR\ -grammarfn $GRAMMAR\MeetingLine.net
+PROCESS_TITLE: Phoenix2
+
+PROCESS: $BIN\Audio_Server -engine_list sphinx_engines.txt
+PROCESS_TITLE: SPHINX_AUDIO
+
+PROCESS: $BIN\Sphinx_Engine -name male -argfn male-8khz.arg -port 9990
+PROCESS_WORKDIR: $DECODER
+PROCESS_TITLE: SPHINX_MALE
+
+PROCESS: $BIN\Sphinx_Engine -name male -argfn female-8khz.arg -port 9990
+PROCESS_WORKDIR: $DECODER
+PROCESS_TITLE: SPHINX_FEMALE
+
+PROCESS: $BIN\TTYRecognitionServer2
+PROCESS_TITLE: TTYRecognitionServer2
+
+PROCESS: $GC_HOME\bin\x86-nt\HUB -verbosity 3 -pgm_file MeetingLine-hub.pgm
+PROCESS_TITLE: HUB
+
+PROCESS: $BIN\MeetingLineDM -config MeetingLineDM.cfg
+PROCESS_TITLE: MeetingLineDM

Deleted: Configurations/Desktop-TTY/startlist.txt
===================================================================
--- Configurations/Desktop-TTY/startlist.txt	2007-09-12 20:42:00 UTC (rev 27)
+++ Configurations/Desktop-TTY/startlist.txt	2007-09-13 15:04:11 UTC (rev 28)
@@ -1,93 +0,0 @@
-:13
-{
-
-{
-	title MeetingLineBackend
-	dir ..\..\Agents\MeetingLineBackend\
-  path perl ..\..\Agents\MeetingLineBackend\BE_server.perl -fakedb
-	server_name MeetingLineBackend
-}
-
-{
-	title DateTime
-	dir .
-  path ..\..\Bin\x86-nt\DateTime4.exe 
-	server_name DateTime
-}
-
-{
-	title Helios
-	dir .
-  path ..\..\Bin\x86-nt\Helios3.exe -config helios-tty.cfg
-	server_name Helios
-}
-
-{
-	title BackendServer2
-	dir .
-  path ..\..\Bin\x86-nt\BackendServer2-DEBUG.exe -behost 127.0.0.1 -beport 23456
-	server_name BackendServer2
-}
-
-{
-	title MeetingLineNLG
-	dir ..\..\Agents\MeetingLineNLG
-	path perl -I..\..\Libraries\Rosetta bin\meetingline
-}
-
-{
-	title NLGServer2
-	dir .
-	path ..\..\Bin\x86-nt\NlgServer2.exe -nlghost localhost
-	server_name nlg
-}
-
-{
-	title Phoenix2
-	dir .
-	path ..\..\Bin\x86-nt\phoenix2.exe -grammardir ..\..\Resources\Grammar\ -grammarfn ..\..\Resources\Grammar\MeetingLine.net
-	server_name phoenix
-}
-
-{
-	title SPHINX_AUDIO
-	dir .
-	path ..\..\Bin\x86-nt\Audio_Server.exe -engine_list sphinx_engines.txt
-	server_name sphinx
-}
-
-{
-	title SPHINX_MALE
-	dir ..\..\Resources\DecoderConfig\
-	path ..\..\Bin\x86-nt\Sphinx_Engine -name male -argfn male-8khz.arg -port 9990
-	server_name sphinx_male
-}
-
-{
-	title SPHINX_FEMALE
-	dir ..\..\Resources\DecoderConfig\
-	path ..\..\Bin\x86-nt\Sphinx_Engine -name female -argfn female-8khz.arg -port 9991
-	server_name sphinx_female
-}
-
-{
-	title TTYRecognitionServer2
-	dir .
-	path ..\..\Bin\x86-nt\TTYRecognitionServer2.exe
-	server_name tty-server
-}
-
-{
-	title HUB
-	dir .
-	path ..\..\Bin\x86-nt\hub.exe -verbosity 3 -pgm_file MeetingLine-hub.pgm
-}
-
-{
-	title MeetingLineDM
-	dir .
-  path ..\..\Bin\x86-nt\MeetingLineDM -config MeetingLineDM-tty.cfg
-	server_name MeetingLineDM
-}
-
-}


More information about the Ravenclaw-developers mailing list