Number

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(Natural Language)
(UNL)
 
(17 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
{{#tree:id=tagset|openlevels=0|root=Number (NUM)|
 
{{#tree:id=tagset|openlevels=0|root=Number (NUM)|
*singular (SNG)
+
*singular (SNG): one of a class
*plural (PLR)
+
**singulare tantum (SNGT): used only in singular
**dual (DUA)
+
*plural (PLR): more than one of a class
**trial (TRI)
+
**dual (DUA): two of a class
**quadrual (QDR)
+
**trial (TRI): three of a class
**paucal (PAU)
+
**quadrual (QDR): four of a class
**multal (MUL)
+
**paucal (PAU): few of a class
*invariant (INV)
+
**multal (MUL): many of a class
 +
**plurale tantum (PLRT): used only in plural
 +
*invariant (INV): a single form used both in singular and plural
 
}}
 
}}
  
  
 +
;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>
 +
:books = PLR
 +
:pants = PLR
 +
:glasses = PLR
  
 +
=== Examples ===
  
 
+
*singular (SNG): book, city, kiss
The number plural (PLR) subsumes more specific number values and should be used when there is no particular information on the quantity of the reference.<br>
+
*singulare tantum (SNGT):  furniture
 
+
*plural (PLR): books, cities, kisses
 
+
*plurale tantum (PLRT): clothes, measles
**The word is invariant, i.e., has a single form used both in singular and plural.
+
*invariant (INV): series, species
  
 
== UNL ==
 
== UNL ==
In UNL, number is to be represented by attributes, if marked. The number attribute values are the following:
+
In UNL, number is represented by [[quantifier|quantifying attributes]].
 
+
{{#tree:id=number|openlevels=0|root=Number|
+
*@singular (default)
+
*@pl
+
**@dual
+
**@trial
+
**@quadrual
+
**@paucal
+
**@multal
+
}}
+
 
+
;@singular is the default number value and may be omitted.
+
:book = book (or book.@singular)
+
;number, when lexicalized, should be omitted.
+
:glasses = glasses (and not glasses.@pl)
+
 
+
=== Examples ===
+
 
+
;@singular
+
:book = book or book.@singular
+
;@pl (plural)
+
:books = book.@pl
+
:children = child.@pl
+
:livres = livre.@pl
+
;@paucal (some)
+
:a few books = book.@paucal
+
:some books = book.@paucal
+
;@multal (many)
+
:many books = book.@multal
+
:several books = book.@multal
+

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