From 84c08b14018276b2b587c997e45696da5731904a Mon Sep 17 00:00:00 2001
From: aarne Grammatical Framework Bibliography
Aarne Ranta
-Fri May 4 11:54:30 2007
+Sun Jun 10 22:27:59 2007
Publications on GF
@@ -63,60 +63,6 @@ June 29, 2007, Prague.
An experiment in porting an in-car dialogue system from two to six languages.
-A. Ranta.
-The GF Grammar Compiler.
-Workshop on New Directions in Type-theoretic Grammars,
-Dublin, August 2007 (ESSLLI workshop).
-2007.
-
-Describes the compilation of GF source code to lower-level run-time formats.
-
-M. Humayoun, H. Hammarström, and A. Ranta.
-Urdu Morphology, Orthography and Lexicon Extraction.
-CAASL-2: The Second Workshop on Computational Approaches to Arabic Script-based Languages,
-July 21-22, 2007, LSA 2007 Linguistic Institute, Stanford University.
-2007.
-
-Fairly complete open-source Urdu morphology and elemenraty syntax in GF.
-
-N. Perera and A. Ranta.
-Dialogue System Localization with the GF Resource Grammar Library.
-SPEECHGRAM 2007: ACL Workshop on Grammar-Based Approaches to Spoken Language Processing,
-June 29, 2007, Prague.
-2007.
-
-An experiment in porting an in-car dialogue system from two to six languages.
-
-A. Ranta.
-The GF Grammar Compiler.
-Workshop on New Directions in Type-theoretic Grammars,
-Dublin, August 2007 (ESSLLI workshop).
-2007.
-
-Describes the compilation of GF source code to lower-level run-time formats.
-
-M. Humayoun, H. Hammarström, and A. Ranta.
-Urdu Morphology, Orthography and Lexicon Extraction.
-CAASL-2: The Second Workshop on Computational Approaches to Arabic Script-based Languages,
-July 21-22, 2007, LSA 2007 Linguistic Institute, Stanford University.
-2007.
-
-Fairly complete open-source Urdu morphology and elemenraty syntax in GF.
-
-N. Perera and A. Ranta.
-Dialogue System Localization with the GF Resource Grammar Library.
-SPEECHGRAM 2007: ACL Workshop on Grammar-Based Approaches to Spoken Language Processing,
-June 29, 2007, Prague.
-2007.
-
-An experiment in porting an in-car dialogue system from two to six languages.
-
B. Bringert. Speech Recognition Grammar Compilation in Grammatical Framework SPEECHGRAM 2007: ACL Workshop on Grammar-Based Approaches to Spoken Language Processing, diff --git a/doc/gf-bibliography.txt b/doc/gf-bibliography.txt index 299acc23f..8712971e0 100644 --- a/doc/gf-bibliography.txt +++ b/doc/gf-bibliography.txt @@ -57,22 +57,6 @@ June 29, 2007, Prague. //An experiment in porting an in-car dialogue system from two to six languages.// -M. Humayoun, H. Hammarström, and A. Ranta. -Urdu Morphology, Orthography and Lexicon Extraction. -//CAASL-2: The Second Workshop on Computational Approaches to Arabic Script-based Languages//, -July 21-22, 2007, LSA 2007 Linguistic Institute, Stanford University. -2007. -#BR -//Fairly complete open-source Urdu morphology and elemenraty syntax in GF.// - -N. Perera and A. Ranta. -Dialogue System Localization with the GF Resource Grammar Library. -//SPEECHGRAM 2007: ACL Workshop on Grammar-Based Approaches to Spoken Language Processing//, -June 29, 2007, Prague. -2007. -#BR -//An experiment in porting an in-car dialogue system from two to six languages.// - B. Bringert. Speech Recognition Grammar Compilation in Grammatical Framework //SPEECHGRAM 2007: ACL Workshop on Grammar-Based Approaches to Spoken Language Processing//, 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 +