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