Determiners

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
 
(8 intermediate revisions by one user not shown)
Line 3: Line 3:
 
== Natural Language ==  
 
== Natural Language ==  
 
In the UNL<sup>arium</sup> framework, determiners are further classified as:
 
In the UNL<sup>arium</sup> framework, determiners are further classified as:
*articles (ART): express definiteness (“a”, “the”)
+
*'''articles (ART)''': express definiteness (“a”, “the”)
*demonstrative determiners (DET): express position (“this”, in "this house is mine") (not to be confounded with [[pronouns|demonstrative pronouns]])
+
*'''demonstrative determiners (DEM)''': express position (“this”, in "this house is mine") (not to be confounded with [[pronouns|demonstrative pronouns]])
*possessive determiners (POD): express property (“my”, “your”) (not to be confounded with [[pronouns|possessive pronouns]])
+
*'''possessive determiners (POD)''': express property (“my”, “your”) (not to be confounded with [[pronouns|possessive pronouns]])
*quantifiers (QUA): express quantities (“a lot of”, “several”) (not to be confounded with numerals)  
+
*'''quantifiers (QUA)''': express quantities (“a lot of”, “several”) (not to be confounded with numerals)  
Numeral determiners must be classified as numerals.  
+
Numeral determiners must be classified as numerals.
  
== UNL ==
+
=== Lists of determiners ===
  
To be represented by attributes, except for numerals and possessives, represented by UWs. See also [[articles]], [[demonstratives]], [[pronouns|possessive pronouns]] and [[quantifiers]].
+
*[[English determiners]]
  
=== Determiner attributes ===
 
  
{| border="1"  cellpadding="5"
+
== UNL ==
!Attribute
+
In UNL, determiners are represented by [[quantifiers|quantifying attributes]], if quantifiers, or [[reference|reference attributes]], if articles and demonstratives. Numerals and possessive determiners are represented by UWs.
!Value
+
!English
+
!UNL
+
|-
+
|@all||all||all books||book.@all
+
|-
+
|@any||any||any book||book.@any
+
|-
+
|@both||both||both books||book.@both
+
|-
+
|@def||the||the book||book.@def
+
|-
+
|@distal||that, those||that book||book.@distal
+
|-
+
|@each||each||each book||book.@each
+
|-
+
|@either||either||either book||book.@either
+
|-
+
|@every||every||every book||book.@every
+
|-
+
|@indef||a, an||a book||book.@indef
+
|-
+
|@multal||a lot of, many, much, several||a lot of books||book.@multal
+
|-
+
|@neither||neither||neither foot||foot.@neither
+
|-
+
|@not||no||no book||book.@not
+
|-
+
|@other||other, another, else||other book||book.@other
+
|-
+
|@own||own||own book||book.@own
+
|-
+
|@paucal||a few, a little, few, little, some||a few books||book.@paucal
+
|-
+
|@proximal||this, these||this book||book.@proximal
+
|-
+
|@same||same||same book||book.@same
+
|-
+
|@such||such||such books||book.@such
+
|-
+
|@wh||what, whatever, which, whichever||what book||book.@wh
+
|}
+
 
+
=== Lists of determiners ===
+
 
+
*[[English grammar#Determiners|English determiners]]
+

Latest revision as of 01:03, 27 July 2012

Determiners are noun-modifiers that express the reference of a noun or noun-phrase in the context, including quantity, rather than attributes expressed by adjectives. This function is usually performed by articles, demonstratives, possessive determiners, or quantifiers.

Natural Language

In the UNLarium framework, determiners are further classified as:

  • articles (ART): express definiteness (“a”, “the”)
  • demonstrative determiners (DEM): express position (“this”, in "this house is mine") (not to be confounded with demonstrative pronouns)
  • possessive determiners (POD): express property (“my”, “your”) (not to be confounded with possessive pronouns)
  • quantifiers (QUA): express quantities (“a lot of”, “several”) (not to be confounded with numerals)

Numeral determiners must be classified as numerals.

Lists of determiners


UNL

In UNL, determiners are represented by quantifying attributes, if quantifiers, or reference attributes, if articles and demonstratives. Numerals and possessive determiners are represented by UWs.

Software