forked from GitHub/gf-core
that_Subj in Eng,Fre,Ger
This commit is contained in:
@@ -78,6 +78,7 @@ abstract Structural = Cat ** {
|
||||
something_NP : NP ;
|
||||
somewhere_Adv : Adv ;
|
||||
that_Quant : Quant ;
|
||||
that_Subj : Subj ;
|
||||
there_Adv : Adv ;
|
||||
there7to_Adv : Adv ; -- to there
|
||||
there7from_Adv : Adv ; -- from there
|
||||
|
||||
@@ -136,7 +136,7 @@ concrete StructuralEng of Structural = CatEng **
|
||||
as_CAdv = C.mkCAdv "as" "as" ;
|
||||
|
||||
have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ;
|
||||
|
||||
that_Subj = ss "that" ;
|
||||
lin language_title_Utt = ss "English" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -188,6 +188,7 @@ lin
|
||||
as_CAdv = X.mkCAdv "aussi" conjThan ;
|
||||
|
||||
have_V2 = avoir_V2 ;
|
||||
that_Subj = ss elisQue ** {m = Conjunct} ;
|
||||
|
||||
lin language_title_Utt = ss "français" ;
|
||||
|
||||
|
||||
@@ -147,6 +147,7 @@ concrete StructuralGer of Structural = CatGer **
|
||||
|
||||
as_CAdv = X.mkCAdv "ebenso" "wie" ;
|
||||
have_V2 = P.dirV2 IrregGer.haben_V ;
|
||||
that_Subj = ss "daß" ;
|
||||
|
||||
lin language_title_Utt = ss "Deutsch" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user