mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
demo restaurant info
This commit is contained in:
12
examples/restaurant/LexRestaurantEng.gf
Normal file
12
examples/restaurant/LexRestaurantEng.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
instance LexRestaurantEng of LexRestaurant = open SyntaxEng, ParadigmsEng in {
|
||||
|
||||
oper
|
||||
restaurant_N = mkN "restaurant" ;
|
||||
cheap_A = mkA "cheap" ;
|
||||
italian_A = mkA "Italian" ;
|
||||
thai_A = mkA "Thai" ;
|
||||
swedish_A = mkA "Swedish" ;
|
||||
french_A = mkA "French" ;
|
||||
|
||||
konkanok_PN = mkPN "Konkanok" ;
|
||||
}
|
||||
Reference in New Issue
Block a user