Number

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(Number attributes)
(UNL)
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To be represented by attributes, if marked.
+
'''Number''' is a category that typically corresponds to the actual quantity of the referents of a given noun.  
  
person = person
+
== Natural Language ==
persons = person.@pl
+
In natural languages, number may be realised by grammatical affixes (such as "s" for plural, in English) or by quantifiers (such as "a couple of", "many", etc).<br>
people = people (number lexicalized)
+
In the UNLarium framework, the grammatical category of number may assume the following values:
  
== Number attributes ==
+
{{#tree:id=tagset|openlevels=0|root=Number (NUM)|
 +
*singular (SNG): one of a class
 +
**singulare tantum (SNGT): used only in singular
 +
*plural (PLR): more than one of a class
 +
**dual (DUA): two of a class
 +
**trial (TRI): three of a class
 +
**quadrual (QDR): four of a class
 +
**paucal (PAU): few of a class
 +
**multal (MUL): many of a class
 +
**plurale tantum (PLRT): used only in plural
 +
*invariant (INV): a single form used both in singular and plural
 +
}}
  
;@pl (plural)
+
 
:books = book.@pl
+
;The plural (PLR) subsumes more specific number values and must be used when there is no particular information on the quantity of the reference.<br>
:children = child.@pl
+
:books = PLR
:livres = livre.@pl
+
:pants = PLR
;@paucal (some)
+
:glasses = PLR
:a few books = book.@paucal
+
 
:some books = book.@paucal
+
=== Examples ===
;@multal (many)
+
 
:many books = book.@multal
+
*singular (SNG): book, city, kiss
:several books = book.@multal
+
*singulare tantum (SNGT): furniture
;@all (all)
+
*plural (PLR): books, cities, kisses
:all books = book.@all
+
*plurale tantum (PLRT): clothes, measles
;@any (any)
+
*invariant (INV): series, species
:any books = book.@any
+
 
;@not (no)
+
== UNL ==
:no book = book.@not
+
In UNL, number is represented by [[quantifier|quantifying attributes]].

Latest revision as of 20:10, 23 June 2010

Number is a category that typically corresponds to the actual quantity of the referents of a given noun.

Natural Language

In natural languages, number may be realised by grammatical affixes (such as "s" for plural, in English) or by quantifiers (such as "a couple of", "many", etc).
In the UNLarium framework, the grammatical category of number may assume the following values:


The plural (PLR) subsumes more specific number values and must be used when there is no particular information on the quantity of the reference.
books = PLR
pants = PLR
glasses = PLR

Examples

  • singular (SNG): book, city, kiss
  • singulare tantum (SNGT): furniture
  • plural (PLR): books, cities, kisses
  • plurale tantum (PLRT): clothes, measles
  • invariant (INV): series, species

UNL

In UNL, number is represented by quantifying attributes.

Software