From frnkbroz at gmail.com Tue Apr 1 06:25:33 2014 From: frnkbroz at gmail.com (Frank Broz) Date: Tue, 1 Apr 2014 11:25:33 +0100 Subject: [Olympus developers 484]: example systems with multiple input modalities Message-ID: Hello, Is there an example system in the repository that implements multiple input modalities in olympus? For example, how would one build a system where the user could give a reply either via speech or through a gui? Cheers, Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: From aasish at cs.cmu.edu Tue Apr 1 10:19:25 2014 From: aasish at cs.cmu.edu (Aasish Pappu) Date: Tue, 1 Apr 2014 10:19:25 -0400 Subject: [Olympus developers 485]: Re: example systems with multiple input modalities In-Reply-To: References: Message-ID: Hi Frank Teamtalk (an olympus application) is probably a good place to start. It takes user inputs through buttons (gui) and speech. You particularly want to look at http://trac.speech.cs.cmu.edu/repos/teamtalk/branches/tt-olympus2/Agents/PenDecoder/ It is a java module which behaves like the standard ttyrecognizer module in olympus but it has buttons. On Tue, Apr 1, 2014 at 6:25 AM, Frank Broz wrote: > Hello, > > Is there an example system in the repository that implements multiple > input modalities in olympus? For example, how would one build a system > where the user could give a reply either via speech or through a gui? > > Cheers, > Frank > > -- > Aasish Pappu > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nitin at imarketingadvantage.com Wed Apr 2 09:48:35 2014 From: nitin at imarketingadvantage.com (Nitin Dhawan) Date: Wed, 2 Apr 2014 19:18:35 +0530 Subject: [Olympus developers 486]: Re: My Bus Tutorial - init_session Message-ID: <006c01cf4e7a$40b823e0$c2286ba0$@imarketingadvantage.com> Any clues? From: Nitin Dhawan [mailto:nitin at imarketingadvantage.com] Sent: Saturday, March 29, 2014 1:52 PM To: olympus-developers (olympus-developers at cs.cmu.edu) Cc: FAHEEM AHMAD (faheem_greendotindia at hotmail.com) Subject: My Bus Tutorial - init_session Hi, Any ideas why in MyBus the sequence - init_sesssion then close_session then init_session does not work. Once the session is closed, init_session does not re-initiate. One has to restart the process monitor for session to be re-initiated. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jayachamaree at gmail.com Sat Apr 12 06:10:58 2014 From: jayachamaree at gmail.com (Vasana Wijesooriya) Date: Sat, 12 Apr 2014 15:40:58 +0530 Subject: [Olympus developers 487]: Error when running Olympus system for Tutorial1 Message-ID: Hello, I have installed Olympus on Windows 7 and also installed the system associated with Tutorial1 as indicated in the wiki page. I built both Olympus and tutorial1 system according to given instructions and ran the tutorial1 system. The dialogue with the system was as follows. S: Welcome to MyBus. S: Where are you leaving from? me: DOWNTOWN S: Where are you going? me: THE AIRPORT S: Just a minute. Let me check that for you. At this point, MyBusDM process is stopped. Its details show as follows at the end. FATAL_ERROR at 15:05:40.484 (20200) Cannot perform conversion to new_result from string (dump below). { departure_time route failed 1 arrival_time } . Please help on this issue. Thanks, Vasana. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jayachamaree at gmail.com Tue Apr 15 03:44:17 2014 From: jayachamaree at gmail.com (Vasana Wijesooriya) Date: Tue, 15 Apr 2014 13:14:17 +0530 Subject: [Olympus developers 488]: Error when running Tutorial1 System Message-ID: Hello, I'm hoping to build a speech-based system and currently trying to experiment with Olympus. I have installed Olympus on Windows 7 (32-bit) and also installed the system associated with Tutorial1 as indicated in the wiki page. I ran the tutorial1 system according to given instructions. The (textual) dialogue with the system was as follows. S: Welcome to MyBus. S: Where are you leaving from? me: DOWNTOWN S: Where are you going? me: THE AIRPORT S: Just a minute. Let me check that for you. At this point, MyBusDM process stops. Details of the error shows as follows. FATAL_ERROR at 15:05:40.484 (20200) Cannot perform conversion to new_result from string (dump below). { departure_time route failed 1 arrival_time } . I'd very much appreciate your help on fixing this issue. P.S: I have been reading the mailing list archive and found some members also had same kind of problem. Please help me if any of you were able to get around this problem. Thanks, Vasana. -------------- next part -------------- An HTML attachment was scrubbed... URL: From virgananta at gmail.com Thu Apr 24 03:02:57 2014 From: virgananta at gmail.com (Virgananta Bintang Sandi Putra) Date: Thu, 24 Apr 2014 14:02:57 +0700 Subject: [Olympus developers 489]: Running Olympus Message-ID: Dear Mr. and Mrs. Olympus Developers in CMU, First of all, I would to thanks for reading my mail. And the second I would to thanks for Olympus itself. By sending this mail, here I want to ask some questions for Olympus Developers. Here I am having trouble of running MyBus, When I want to compile the grammar using compile_gra.pl I guess there some variables that I have to determined and filled first like : my $tools = ""; my $project = ""; my $instance = ""; my @classd = (); my @classf = (); my $cf; my $inpath = ""; my $outpath = ""; my $ingra = ""; my $pocket_flag = ""; my $outgra = ""; my $absgra = ""; Now, I'm learning and understanding Olympus and I have filed my Final Project in my college to develop a spoken dialog system based on Olympus. So here, I expect for Olympus Developers help in order to make my system success at the end. Thank you for your attention and help. Your sincerely, Virgananta Bintang Sandi Putra -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alex.Rudnicky at cs.cmu.edu Thu Apr 24 17:35:34 2014 From: Alex.Rudnicky at cs.cmu.edu (Alex Rudnicky) Date: Thu, 24 Apr 2014 17:35:34 -0400 Subject: [Olympus developers 490]: Re: Running Olympus In-Reply-To: References: Message-ID: <11B6FA6BC9879A42BE5A6227C05F3E1F02E440D91236@EXCH-MB-1.srv.cs.cmu.edu> The compile_gra.pl script is part of an older version of the Olympus environment. You can see the current scheme by examining (e.g.) the OlympusBuild.pl script at the top level. This uses OlympusBuild.pm, which in turn uses Logios.pm. The compile_gra.pl functionality is found in the last one; It?s better documented and you fight find explanation of the various command line arguments in your list. To get started you might want to look at one of the apps in branches/ Alex From: Olympus-developers [mailto:olympus-developers-bounces at mailman.srv.cs.cmu.edu] On Behalf Of Virgananta Bintang Sandi Putra Sent: Thursday, April 24, 2014 3:03 AM To: olympus-developers at cs.cmu.edu Subject: [Olympus developers 489]: Running Olympus Dear Mr. and Mrs. Olympus Developers in CMU, First of all, I would to thanks for reading my mail. And the second I would to thanks for Olympus itself. By sending this mail, here I want to ask some questions for Olympus Developers. Here I am having trouble of running MyBus, When I want to compile the grammar using compile_gra.pl I guess there some variables that I have to determined and filled first like : my $tools = ""; my $project = ""; my $instance = ""; my @classd = (); my @classf = (); my $cf; my $inpath = ""; my $outpath = ""; my $ingra = ""; my $pocket_flag = ""; my $outgra = ""; my $absgra = ""; Now, I'm learning and understanding Olympus and I have filed my Final Project in my college to develop a spoken dialog system based on Olympus. So here, I expect for Olympus Developers help in order to make my system success at the end. Thank you for your attention and help. Your sincerely, Virgananta Bintang Sandi Putra -------------- next part -------------- An HTML attachment was scrubbed... URL: