mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
Couple of fixes for the "food" example in French
This commit is contained in:
@@ -6,7 +6,7 @@ instance LexFoodsFre of LexFoods = open SyntaxFre,ParadigmsFre in {
|
||||
pizza_N = mkN "pizza" feminine ;
|
||||
cheese_N = mkN "fromage" masculine ;
|
||||
fish_N = mkN "poisson" ;
|
||||
fresh_A = mkA "frais" "fraîche" ;
|
||||
fresh_A = mkA "frais" "fraîche" "frais" "fraîches";
|
||||
warm_A = mkA "chaud" ;
|
||||
italian_A = mkA "italien" ;
|
||||
expensive_A = mkA "cher" ;
|
||||
|
||||
Reference in New Issue
Block a user