mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -06:00
demo restaurant info
This commit is contained in:
12
examples/restaurant/LexRestaurantFin.gf
Normal file
12
examples/restaurant/LexRestaurantFin.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
instance LexRestaurantFin of LexRestaurant = open SyntaxFin, ParadigmsFin in {
|
||||
|
||||
oper
|
||||
restaurant_N = mkN "ravintola" ;
|
||||
cheap_A = mkA "halpa" ;
|
||||
italian_A = mkA "italialainen" ;
|
||||
thai_A = mkA "thaimaalainen" ;
|
||||
swedish_A = mkA "ruotsalainen" ;
|
||||
french_A = mkA "ranskalainen" ;
|
||||
|
||||
konkanok_PN = mkPN "Konkanok" ;
|
||||
}
|
||||
Reference in New Issue
Block a user