mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
rearranging resource-1.0
This commit is contained in:
80
lib/resource-1.0/abstract/Cat.gf
Normal file
80
lib/resource-1.0/abstract/Cat.gf
Normal file
@@ -0,0 +1,80 @@
|
||||
abstract Cat = {
|
||||
|
||||
cat
|
||||
|
||||
Text ;
|
||||
Phr ;
|
||||
Utt ;
|
||||
Imp ;
|
||||
|
||||
S ;
|
||||
QS ;
|
||||
RS ;
|
||||
|
||||
Cl ;
|
||||
QCl ;
|
||||
RCl ;
|
||||
|
||||
Slash ;
|
||||
|
||||
VP ;
|
||||
|
||||
V ;
|
||||
V2 ;
|
||||
V3 ;
|
||||
VV ;
|
||||
VS ;
|
||||
VQ ;
|
||||
|
||||
AP ;
|
||||
Comp ;
|
||||
|
||||
A ;
|
||||
A2 ;
|
||||
|
||||
Adv ;
|
||||
AdV ;
|
||||
AdA ;
|
||||
AdS ;
|
||||
AdN ;
|
||||
|
||||
CN ;
|
||||
N ;
|
||||
N2 ;
|
||||
N3 ;
|
||||
|
||||
NP ;
|
||||
PN ;
|
||||
Pron ;
|
||||
Det ;
|
||||
Predet ;
|
||||
Quant ;
|
||||
Num ;
|
||||
Ord ;
|
||||
|
||||
Prep ;
|
||||
|
||||
IP ;
|
||||
IAdv ;
|
||||
IDet ;
|
||||
|
||||
RP ; -- relative pronoun
|
||||
|
||||
Numeral ; -- cardinal or ordinal, e.g. "five/fifth"
|
||||
|
||||
Conj ; -- conjunction, e.g. "and"
|
||||
DConj ; -- distributed conj. e.g. "both - and"
|
||||
PConj ; -- phrase-beginning conj.
|
||||
CAdv ; -- comparative adverb e.g. "more", "less"
|
||||
Subj ; -- subjunction, e.g. "if", "when"
|
||||
|
||||
SeqS ; -- sequence of sentences
|
||||
SeqVP ; -- sequence of verb phrases
|
||||
SeqAP ; -- sequence of adjectival phrases
|
||||
SeqNP ; -- sequence of noun phrases
|
||||
SeqAdv ; -- sequence of adverbs
|
||||
|
||||
Voc ; -- vocative or "please"
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user