questions and transfer in shell state

This commit is contained in:
aarne
2005-11-25 17:40:51 +00:00
parent 2a59fffd45
commit 638826db35
20 changed files with 169 additions and 45 deletions

View File

@@ -4,7 +4,6 @@ abstract Noun = Cat ** {
DetCN : Det -> CN -> NP ;
UsePN : PN -> NP ;
UsePron : Pron -> NP ;
UsePron2 : Pron -> NP ;
MkDet : Predet -> Quant -> Num -> Det ;
@@ -31,9 +30,4 @@ abstract Noun = Cat ** {
UseN : N -> CN ;
-- structural
only_Predet : Predet ;
this_Quant : Quant ;
} ;