forked from GitHub/gf-core
examples of dialogue system grammars
This commit is contained in:
10
examples/dialogue/WeekdayGodis.gf
Normal file
10
examples/dialogue/WeekdayGodis.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete WeekdayGodis of Weekday = open ResGodis, Prelude in {
|
||||
|
||||
lincat
|
||||
WDay = SS ;
|
||||
|
||||
lin
|
||||
Mon = ss "monday" ;
|
||||
Tue = ss "tuesday" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user