rearranging resource-1.0

This commit is contained in:
aarne
2005-12-01 21:18:42 +00:00
parent c3756fddd1
commit 3400486b5e
69 changed files with 2 additions and 2 deletions

View 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"
}