1
0
forked from GitHub/gf-core

examples of dialogue system grammars

This commit is contained in:
aarne
2006-05-16 13:07:41 +00:00
parent cd276cbebe
commit 0629d29111
18 changed files with 304 additions and 0 deletions

View File

@@ -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 ;
}