mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -06:00
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
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" ;
|
|
}
|