mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 06:49:31 -06:00
updated tutorial up to lexers ; fixed lexcode in GF (was wrong due to a typo)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--# -path=.:../foods:present:prelude
|
||||
|
||||
instance LexFoodsFre of LexFoods = open SyntaxFre,ParadigmsFre in {
|
||||
instance LexFoodsFre of LexFoods = open SyntaxFre,ParadigmsFre,IrregFre in {
|
||||
oper
|
||||
wine_N = mkN "vin" ;
|
||||
pizza_N = mkN "pizza" feminine ;
|
||||
@@ -12,4 +12,9 @@ instance LexFoodsFre of LexFoods = open SyntaxFre,ParadigmsFre in {
|
||||
expensive_A = mkA "cher" ;
|
||||
delicious_A = mkA "délicieux" ;
|
||||
boring_A = mkA "ennuyeux" ;
|
||||
drink_V2 = boire_V2 ;
|
||||
eat_V2 = mkV2 (mkV "manger") ;
|
||||
pay_V2 = mkV2 (mkV "payer") ;
|
||||
gentleman_N = mkN "monsieur" "messieurs" masculine ;
|
||||
lady_N = mkN "madame" "mesdames" feminine ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user