mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
removed that-less variants of ComplVS and SlashV2S from VerbEng, and added constructors ComplBareVS and SlashBareV2S to Extra, so that the library user can control the presence of "that".
This commit is contained in:
@@ -1405,8 +1405,8 @@ resource ResGre = ParamX ** open Prelude in {
|
||||
<Masc | Change,Sg,CPrep P_se > => "στον" ;
|
||||
<Fem, Sg, Nom> => "η" ;
|
||||
<Fem, Sg, Gen|CPrep P_Dat> => "της" ;
|
||||
<Fem, Sg, Acc |CPrep PNul> => pre { FemAccFinalN => "την" ; _=> "τη"} ;
|
||||
<Fem, Sg, CPrep P_se > => pre { FemAccFinalN => "στην" ; _=> "στη"} ;
|
||||
<Fem, Sg, Acc |CPrep PNul> => pre { "ά" | "ό" | "ί"| "έ" | "ή" | "ύ"| "ώ" | "α" | "ο" | "ι"| "ε" |"η" | "υ" | "ω" |"κ"|"π" |"τ"| "ξ" |"ψ"| "γκ" |"μπ" |"ντ" => "την" ; _=> "τη"} ;
|
||||
<Fem, Sg, CPrep P_se > => pre { "ά" | "ό" | "ί"| "έ" | "ή" | "ύ"| "ώ" | "α" | "ο" | "ι"| "ε" |"η" | "υ" | "ω" |"κ"|"π" |"τ"| "ξ" |"ψ"| "γκ" |"μπ" |"ντ" => "στην" ; _=> "στη"} ;
|
||||
<Neut, Sg, Nom | Acc |CPrep PNul> => prepCase c++ "το" ;
|
||||
<Neut, Sg, Gen|CPrep P_Dat> => "του" ;
|
||||
<Neut, Sg, CPrep P_se > => "στο" ;
|
||||
|
||||
Reference in New Issue
Block a user