This commit is contained in:
aarne
2005-11-29 15:21:45 +00:00
parent 3cd1317bda
commit dd70f6dce3
24 changed files with 323 additions and 23 deletions

View File

@@ -1,5 +1,12 @@
abstract Cat = {
cat
Text ;
Phr ;
Utt ;
Imp ;
S ;
QS ;
RS ;
@@ -50,8 +57,22 @@ abstract Cat = {
IAdv ;
IDet ;
RP ;
RP ; -- relative pronoun
Numeral ;
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"
}