1
0
forked from GitHub/gf-core

yes and no from Phr to Utt in exper

This commit is contained in:
aarne
2008-04-25 15:04:34 +00:00
parent 2b67b0c9bb
commit 040d92a601
2 changed files with 8 additions and 4 deletions

View File

@@ -59,7 +59,8 @@ abstract Structural = Cat ** {
most_Predet : Predet ; most_Predet : Predet ;
much_Det : Det ; much_Det : Det ;
must_VV : VV ; must_VV : VV ;
no_Phr : Phr ; ---b no_Phr : Phr ;
no_Utt : Utt ;
on_Prep : Prep ; on_Prep : Prep ;
--- one_Quant : QuantSg ; DEPRECATED --- one_Quant : QuantSg ; DEPRECATED
only_Predet : Predet ; only_Predet : Predet ;
@@ -101,7 +102,8 @@ abstract Structural = Cat ** {
why_IAdv : IAdv ; why_IAdv : IAdv ;
with_Prep : Prep ; with_Prep : Prep ;
without_Prep : Prep ; without_Prep : Prep ;
yes_Phr : Phr ; ---b yes_Phr : Phr ;
yes_Utt : Utt ;
youSg_Pron : Pron ; youSg_Pron : Pron ;
youPl_Pron : Pron ; youPl_Pron : Pron ;
youPol_Pron : Pron ; youPol_Pron : Pron ;

View File

@@ -70,7 +70,8 @@ concrete StructuralEng of Structural = CatEng **
} ; } ;
isAux = True isAux = True
} ; } ;
no_Phr = ss "no" ; ---b no_Phr = ss "no" ;
no_Utt = ss "no" ;
on_Prep = ss "on" ; on_Prep = ss "on" ;
---- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED ---- one_Quant = mkDeterminer Sg "one" ; -- DEPRECATED
only_Predet = ss "only" ; only_Predet = ss "only" ;
@@ -114,7 +115,8 @@ concrete StructuralEng of Structural = CatEng **
why_IAdv = ss "why" ; why_IAdv = ss "why" ;
without_Prep = ss "without" ; without_Prep = ss "without" ;
with_Prep = ss "with" ; with_Prep = ss "with" ;
yes_Phr = ss "yes" ; ---b yes_Phr = ss "yes" ;
yes_Utt = ss "yes" ;
youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ; youSg_Pron = mkNP "you" "you" "your" Sg P2 Masc ;
youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ; youPl_Pron = mkNP "you" "you" "your" Pl P2 Masc ;
youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ; youPol_Pron = mkNP "you" "you" "your" Sg P2 Masc ;