mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
examples of dialogue system grammars
This commit is contained in:
10
examples/dialogue/WeekdaySwe.gf
Normal file
10
examples/dialogue/WeekdaySwe.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete WeekdaySwe of Weekday = open LangSwe, ParadigmsSwe in {
|
||||
|
||||
lincat
|
||||
WDay = PN ;
|
||||
|
||||
lin
|
||||
Mon = regPN "måndag" utrum ;
|
||||
Tue = regPN "tisdag" utrum ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user