forked from GitHub/gf-core
36 lines
281 B
Plaintext
36 lines
281 B
Plaintext
abstract Cat = {
|
|
cat
|
|
S ;
|
|
Cl ;
|
|
QS ;
|
|
QCl ;
|
|
Slash ;
|
|
|
|
|
|
VP ;
|
|
AP ;
|
|
Comp ;
|
|
|
|
V ;
|
|
V2 ;
|
|
V3 ;
|
|
VV ;
|
|
VS ;
|
|
VQ ;
|
|
|
|
Adv ;
|
|
|
|
CN ;
|
|
N ;
|
|
N2 ;
|
|
N3 ;
|
|
|
|
NP ;
|
|
PN ;
|
|
Pron ;
|
|
Det ;
|
|
Predet ;
|
|
Quant ;
|
|
Num ;
|
|
|
|
} |