1
0
forked from GitHub/gf-core

documenting Quant

This commit is contained in:
aarne
2006-02-02 15:24:13 +00:00
parent f5f3ba0e42
commit be22b7c8aa
25 changed files with 61 additions and 58 deletions

View File

@@ -7,7 +7,7 @@
<P ALIGN="center"><CENTER><H1> The category system</H1>
<FONT SIZE="4">
<I>Author: </I><BR>
Last update: Tue Jan 31 18:15:44 2006
Last update: Thu Feb 2 16:24:07 2006
</FONT></CENTER>
<P></P>
@@ -134,8 +134,9 @@ as defined in <A HREF="Noun.html">Noun</A>.
Pron ; -- personal pronoun e.g. "she"
Det ; -- determiner phrase e.g. "all the seven"
Predet; -- predeterminer (prefixed Quant) e.g. "all"
QuantSg;-- quantifier ('nucleus' of sing. Det) e.g. "this"
QuantPl;-- quantifier ('nucleus' of plur. Det) e.g. "these"
QuantSg;-- quantifier ('nucleus' of sing. Det) e.g. "every"
QuantPl;-- quantifier ('nucleus' of plur. Det) e.g. "many"
Quant ; -- quantifier with both sg and pl e.g. "this/these"
Num ; -- cardinal number (used with QuantPl) e.g. "seven"
Ord ; -- ordinal number (used in Det) e.g. "seventh"
</PRE>