forked from GitHub/gf-core
examples of dialogue system grammars
This commit is contained in:
10
examples/dialogue/WeekdayFre.gf
Normal file
10
examples/dialogue/WeekdayFre.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete WeekdayFre of Weekday = open LangFre, ParadigmsFre in {
|
||||
|
||||
lincat
|
||||
WDay = PN ;
|
||||
|
||||
lin
|
||||
Mon = mkPN "lundi" masculine ;
|
||||
Tue = mkPN "mardi" masculine ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user