mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
demo restaurant info
This commit is contained in:
12
examples/restaurant/LexRestaurantSwe.gf
Normal file
12
examples/restaurant/LexRestaurantSwe.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
instance LexRestaurantSwe of LexRestaurant = open SyntaxSwe, ParadigmsSwe in {
|
||||
|
||||
oper
|
||||
restaurant_N = mkN "restaurang" ;
|
||||
cheap_A = mkA "billig" ;
|
||||
italian_A = mkA "italiensk" ;
|
||||
thai_A = mkA "thailändsk" ;
|
||||
swedish_A = mkA "svensk" ;
|
||||
french_A = mkA "fransk" ;
|
||||
|
||||
konkanok_PN = mkPN "Konkanok" ;
|
||||
}
|
||||
Reference in New Issue
Block a user