Moreover, the list categories ListAdv, ListAP, ListNP, ListS are defined on Conjunction and only used locally there.
abstract Cat = Common ** { cat
S ; -- declarative sentence e.g. "she lived here" QS ; -- question e.g. "where did she live" RS ; -- relative e.g. "in which she lived" Cl ; -- declarative clause, with all tenses e.g. "she looks at this" ClSlash;-- clause missing NP (S/NP in GPSG) e.g. "she looks at" SSlash ;-- sentence missing NP e.g. "she has looked at" Imp ; -- imperative e.g. "look at this"
QCl ; -- question clause, with all tenses e.g. "why does she walk" IP ; -- interrogative pronoun e.g. "who" IComp ; -- interrogative complement of copula e.g. "where" IDet ; -- interrogative determiner e.g. "how many" IQuant; -- interrogative quantifier e.g. "which"
RCl ; -- relative clause, with all tenses e.g. "in which she lives" RP ; -- relative pronoun e.g. "in which"
VP ; -- verb phrase e.g. "is very warm" Comp ; -- complement of copula, such as AP e.g. "very warm" VPSlash ; -- verb phrase missing complement e.g. "give to John"
AP ; -- adjectival phrase e.g. "very warm"
CN ; -- common noun (without determiner) e.g. "red house" NP ; -- noun phrase (subject or object) e.g. "the red house" Pron ; -- personal pronoun e.g. "she" Det ; -- determiner phrase e.g. "those seven" Predet ; -- predeterminer (prefixed Quant) e.g. "all" Quant ; -- quantifier ('nucleus' of Det) e.g. "this/these" Num ; -- number determining element e.g. "seven" Card ; -- cardinal number e.g. "seven" Ord ; -- ordinal number (used in Det) e.g. "seventh"
Numeral ; -- cardinal or ordinal in words e.g. "five/fifth" Digits ; -- cardinal or ordinal in digits e.g. "1,000/1,000th"
Conj ; -- conjunction e.g. "and"-b DConj ; -- distributed conjunction e.g. both - and
Subj ; -- subjunction e.g. "if" Prep ; -- preposition, or just case e.g. "in"
V ; -- one-place verb e.g. "sleep" V2 ; -- two-place verb e.g. "love" V3 ; -- three-place verb e.g. "show" VV ; -- verb-phrase-complement verb e.g. "want" VS ; -- sentence-complement verb e.g. "claim" VQ ; -- question-complement verb e.g. "wonder" VA ; -- adjective-complement verb e.g. "look" V2V ; -- verb with NP and V complement e.g. "cause" V2S ; -- verb with NP and S complement e.g. "tell" V2Q ; -- verb with NP and Q complement e.g. "ask" V2A ; -- verb with NP and AP complement e.g. "paint" A ; -- one-place adjective e.g. "warm" A2 ; -- two-place adjective e.g. "divisible" N ; -- common noun e.g. "house" N2 ; -- relational noun e.g. "son" N3 ; -- three-place relational noun e.g. "connection" PN ; -- proper name e.g. "Paris"DEPRECATED: QuantSg, QuantPl - QuantSg ;-- quantifier ('nucleus' of sing. Det) e.g. every - QuantPl ;-- quantifier ('nucleus' of plur. Det) e.g. many
}