1
0
forked from GitHub/gf-core

that_Subj in Bul

This commit is contained in:
aarne
2011-02-24 08:13:58 +00:00
parent b2917c5652
commit 89c3f5555f
2 changed files with 2 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ concrete StructuralBul of Structural = CatBul **
something_NP = mkNP "íåùî" (GSg Neut) P3 ;
somewhere_Adv = ss "íÿêúäå" ;
that_Quant = mkQuant "îíçè" "îíàçè" "îíîâà" "îíåçè" ;
that_Subj = ss "֌" ;
there_Adv = ss "òàì" ;
there7to_Adv = ss ["äî òàì"] ;
there7from_Adv = ss ["îò òàì"] ;

View File

@@ -298,7 +298,7 @@ oper
} ;
ClausePlus : Type = {
s : Tense => Anteriority => Polarity => {subj,fin,inf,compl,adv,ext : Str ; qp : Bool}
s : Tense => Anteriority => Polarity => {subj,fin,inf,compl,adv,ext : HStr}
} ;
mkClause : (Polarity -> Str) -> Agr -> VP -> Clause =