mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
examples of dialogue system grammars
This commit is contained in:
10
examples/dialogue/WeekdayEng.gf
Normal file
10
examples/dialogue/WeekdayEng.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete WeekdayEng of Weekday = open LangEng, ParadigmsEng in {
|
||||
|
||||
lincat
|
||||
WDay = PN ;
|
||||
|
||||
lin
|
||||
Mon = regPN "Monday" nonhuman ;
|
||||
Tue = regPN "Tuesday" nonhuman ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user