mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
questions and transfer in shell state
This commit is contained in:
@@ -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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user