diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-06-10 20:28:12 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-06-10 20:28:12 +0000 |
| commit | 2353e930e3f5ca7f3448860d59255ae7c0cd23b9 (patch) | |
| tree | d81b14e5cb26c784a7777173848346163013db21 /examples | |
| parent | 0f3d06022ee38e9301c4f1796b38c1f220d16e95 (diff) | |
README for regulus
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/regulus/README | 24 |
1 files changed, 24 insertions, 0 deletions
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 + |
