From 11300720154 at fudan.edu.cn Mon Jun 1 11:12:55 2015 From: 11300720154 at fudan.edu.cn (=?UTF-8?B?6ZmI6b6Z5rOJ?=) Date: Mon, 1 Jun 2015 23:12:55 +0800 (GMT+08:00) Subject: [Olympus developers 527]: Probem about write grammar file Message-ID: <5837fdbf.8a9b.14dafaec36e.Coremail.11300720154@fudan.edu.cn> Dear Developers: I'm sorry for bothering you, but I have some problem when study about Olympus. I want write a slot which can match any number(not just a single number). Could you tell how to write this slot. Your sincerelly! Thomas From Alex.Rudnicky at cs.cmu.edu Mon Jun 1 13:47:31 2015 From: Alex.Rudnicky at cs.cmu.edu (Alex Rudnicky) Date: Mon, 1 Jun 2015 13:47:31 -0400 Subject: [Olympus developers 528]: Re: Probem about write grammar file In-Reply-To: <5837fdbf.8a9b.14dafaec36e.Coremail.11300720154@fudan.edu.cn> References: <5837fdbf.8a9b.14dafaec36e.Coremail.11300720154@fudan.edu.cn> Message-ID: <11B6FA6BC9879A42BE5A6227C05F3E1F03BF9841FCE5@EXCH-MB-1.srv.cs.cmu.edu> It's not entirely what you mean by "number". If you mean digit then the grammar should have something like [digit] (one) (two) (three) (four) (five) (six) (seven) (eight) (nine) (zero) ; If you need digit strings, you could do: [digits] (+[digit]) ; If you want numbers, you will have to include a number sub-grammar and use the DateTime module to covert the word string into an actual number. This is available as part of the "generic" grammar; for example see: http://trac.speech.cs.cmu.edu/svn/olympus/example-systems/RoomLine/trunk/Resources/Grammar/GRAMMAR/Generic.gra Alex -----Original Message----- From: Olympus-developers [mailto:olympus-developers-bounces at mailman.srv.cs.cmu.edu] On Behalf Of ??? Sent: Monday, June 01, 2015 11:13 AM To: olympus-developers Subject: [Olympus developers 527]: Probem about write grammar file Dear Developers: I'm sorry for bothering you, but I have some problem when study about Olympus. I want write a slot which can match any number(not just a single number). Could you tell how to write this slot. Your sincerelly! Thomas From 11300720154 at fudan.edu.cn Sat Jun 13 04:19:51 2015 From: 11300720154 at fudan.edu.cn (11300720154 at fudan.edu.cn) Date: Sat, 13 Jun 2015 16:19:51 +0800 Subject: [Olympus developers 529]: the problem of audio server Message-ID: <201506131619513506674@fudan.edu.cn> Dear developers When I run a Olympus example, I found when I speak to microphone, the program can't recieve my voice. I found that Audio Server is block. The following is the log information : [DBG at 16:15:11.317 (14614)] wait for return (partial) [ERR at 16:15:11.317 (14614)] Cannot parse frame. Does not start with { (!) [DBG at 16:15:11.317 (14614)] Incomplete frame from engine desktop: 28 0 2.383759 0 2.105485 0 3.589127 0 3.717607 0 4.083893 0 3.981990 0 4.246202 0 3.389624 0 3.091504 0 2.531176 0 3.556573 0 4.131575 0 4.472774 0 4.422690 0 4.166542 0 4.544834 0 4.343761 0 3.614194 0 3.175224 0 3.193396 0 2.properties [DBG at 16:15:11.317 (14614)] wait for return (partial) could you tell me what happened. 11300720154 at fudan.edu.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: