summaryrefslogtreecommitdiff
path: root/examples/dialogue/AgendaSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-05-16 13:07:41 +0000
committeraarne <aarne@cs.chalmers.se>2006-05-16 13:07:41 +0000
commit6bbd4e423a7cda422a2e519453a41cef234506bd (patch)
treeedbc7cbd1071446c703af376d3e3dab5c321267c /examples/dialogue/AgendaSwe.gf
parente1ea20277cb19ef73e7380898942e4bb77cbd183 (diff)
examples of dialogue system grammars
Diffstat (limited to 'examples/dialogue/AgendaSwe.gf')
-rw-r--r--examples/dialogue/AgendaSwe.gf16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/dialogue/AgendaSwe.gf b/examples/dialogue/AgendaSwe.gf
new file mode 100644
index 000000000..53d616c4f
--- /dev/null
+++ b/examples/dialogue/AgendaSwe.gf
@@ -0,0 +1,16 @@
+--# -path=.:present:prelude
+
+concrete AgendaSwe of Agenda =
+ DialogueSwe, WeekdaySwe ** open LangSwe, ParadigmsSwe, IrregSwe in {
+
+ lin
+ Day = UseN (regN "dag") ;
+ Meeting = UseN (regGenN "möte" neutrum) ;
+ Add = dirV3 (partV lägga_V "till") (mkPreposition "på") ;
+ Remove = dirV2 (partV taga_V "bort") ;
+ Interrupt = avbryta_V ;
+
+ day = UsePN ;
+
+}
+