mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
simple problem tracing
This commit is contained in:
36
lib/resource-1.0/gf/Cat.gf
Normal file
36
lib/resource-1.0/gf/Cat.gf
Normal file
@@ -0,0 +1,36 @@
|
||||
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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user