mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
mkInterj in some languages; 'make Parse' in lib/src builds Parse8.pgf
This commit is contained in:
@@ -2929,7 +2929,7 @@ buyer_N = mkN "acheteur" masculine ;
|
||||
buzz_V2 = mkV2 (mkV "bourdonner") ;
|
||||
buzzard_N = mkN "buse" feminine ;
|
||||
buzzer_N = mkN "bipeur" masculine ;
|
||||
bye_Interj = mkInterj "salut" ;
|
||||
bye_Interj = mkInterj "au revoir" ;
|
||||
bypass_N = mkN "contournement" masculine | mkN "pontage" masculine | mkN "déviation" feminine ;
|
||||
bypass_V2 = mkV2 (mkV "contourner") | mkV2 (mkV "contourner") ;
|
||||
byproduct_N = mkN "sous-produit" masculine ;
|
||||
@@ -3458,7 +3458,7 @@ cheekbone_N = mkN "pommette" feminine ;
|
||||
cheep_V = mkV (mkV "piailler") ;
|
||||
cheer_V2 = mkV2 (mkV "applaudir") ;
|
||||
cheerful_A = mkA "joyeux" ;
|
||||
cheers_Interj = mkInterj "merci" | mkInterj "santé" ;
|
||||
cheers_Interj = mkInterj "santé" ;
|
||||
cheeseburger_N = mkN "cheeseburger" masculine ;
|
||||
cheesecake_N = mkN "cheesecake" masculine ;
|
||||
cheesemonger_N = mkN "fromager" masculine ;
|
||||
@@ -12203,6 +12203,7 @@ oilcan_N = mkN "burette" feminine ;
|
||||
oily_A = mkA "onctueux" | mkA "huileux" ;
|
||||
ointment_N = mkN "pommade" feminine ;
|
||||
okapi_N = mkN "okapi" masculine ;
|
||||
ok_Interj, okay_Interj = mkInterj "d'accord" ;
|
||||
old_fashioned_A = mkA "démodé" ;
|
||||
oldness_N = mkN "vieillesse" feminine ;
|
||||
oleander_N = mkN "laurier-rose" masculine ;
|
||||
@@ -16414,7 +16415,7 @@ sorrel_N = mkN "oseille" feminine ;
|
||||
sorrow_N = mkN "peine" feminine ;
|
||||
sorrowful_A = mkA "triste" ;
|
||||
sorry_A = mkA "désolé" ;
|
||||
sorry_Interj = mkInterj "désolé" | mkInterj "désolé" ;
|
||||
sorry_Interj = mkInterj "pardon" | mkInterj "désolé" ;
|
||||
sort_N = mkN "triage" masculine | mkN "tri" masculine | mkN "type" masculine | mkN "type" masculine ;
|
||||
sort_V2 = mkV2 (mkV "trier") | mkV2 (mkV "trier") ;
|
||||
sorting_N = mkN "classement" ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=alltenses
|
||||
--# -path=.:../english/:../romance:alltenses
|
||||
concrete ParseFre of ParseEngAbs =
|
||||
TenseFre,
|
||||
-- CatFre,
|
||||
|
||||
Reference in New Issue
Block a user