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

@@ -1,15 +1,13 @@
abstract Cat = {
cat
S ;
Cl ;
QS ;
Cl ;
QCl ;
Slash ;
VP ;
AP ;
Comp ;
V ;
V2 ;
@@ -18,6 +16,9 @@ abstract Cat = {
VS ;
VQ ;
AP ;
Comp ;
Adv ;
CN ;
@@ -33,4 +34,12 @@ abstract Cat = {
Quant ;
Num ;
Prep ;
IP ;
IAdv ;
IDet ;
RP ;
}