From 2353e930e3f5ca7f3448860d59255ae7c0cd23b9 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 10 Jun 2007 20:28:12 +0000 Subject: README for regulus --- examples/regulus/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 examples/regulus/README (limited to 'examples') diff --git a/examples/regulus/README b/examples/regulus/README new file mode 100644 index 000000000..b3659c5e2 --- /dev/null +++ b/examples/regulus/README @@ -0,0 +1,24 @@ +AR 10 June 2007. + +Grammars from the book + + Manny Rayner, Beth and Hockey, and Pierrette Bouillon. + Putting Linguistics into Speech Recognition + The Regulus Grammar Compiler. + CSLI 2006. + +The goal is to help compare grammar writing in GF with Regulus. + +To compile a grammar X.gf into Nuance/GSL: + + gf + > i X.gf + > pg -printer=gsl + +The GSL format does not return semantics, but some others do, e.g. + + -printer=jsgf_sisr_old Java Speech Grammar Format with semantic tags in + SISR WD 20030401 format + -printer=srgs_abnf_sisr_old SRGS ABNF format, with semantic tags in + SISR WD 20030401 format + -- cgit v1.2.3