mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
instance LexRestaurantGer of LexRestaurant = open SyntaxGer, ParadigmsGer in {
|
|
|
|
oper
|
|
restaurant_N = mkN "Restaurant" "Restaurants" neuter ;
|
|
cheap_A = mkA "billig" ;
|
|
italian_A = mkA "italienisch" ;
|
|
thai_A = mkA "thailändisch" ;
|
|
swedish_A = mkA "schwedisch" ;
|
|
french_A = mkA "französisch" ;
|
|
|
|
konkanok_PN = mkPN "Konkanok" ;
|
|
}
|