1
0
forked from GitHub/gf-core

that_Subj in Eng,Fre,Ger

This commit is contained in:
aarne
2009-12-17 09:01:20 +00:00
parent 787714b3fe
commit c9a89c50a2
4 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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" ;
}

View File

@@ -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" ;

View File

@@ -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" ;