Number

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(UNL)
 
(21 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
== Natural Language ==
 
== Natural Language ==
In natural languages, number may be represented 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:
+
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>
 +
In the UNLarium framework, the grammatical category of number may assume the following values:
  
 
{{#tree:id=tagset|openlevels=0|root=Number (NUM)|
 
{{#tree:id=tagset|openlevels=0|root=Number (NUM)|
*singular (SNG)
+
*singular (SNG): one of a class
**One member of a designated class.
+
**singulare tantum (SNGT): used only in singular
*plural (PLR)
+
*plural (PLR): more than one of a class
**More than one member of a designated class.
+
**dual (DUA): two of a class
**dual (DUA)
+
**trial (TRI): three of a class
***Two members of a designated class.
+
**quadrual (QDR): four of a class
**trial (TRI)
+
**paucal (PAU): few of a class
***Three members of a designated class.
+
**multal (MUL): many of a class
**quadrual (QDR)
+
**plurale tantum (PLRT): used only in plural
***Four members of a designated class.
+
*invariant (INV): a single form used both in singular and plural
**paucal (PAU)
+
***Few members of a designated class.
+
**multal (MUL)
+
***Many members of a designated class.
+
*invariant (INV)
+
**The word is invariant, i.e., has a single form used both in singular and plural.
+
 
}}
 
}}
  
== UNL ==
 
In UNL, number is to be represented by attributes, if marked. Then:
 
*person = person or person.@singular
 
*persons = person.@pl
 
*people = people (number lexicalized)
 
  
== Number attributes ==
+
;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
{{#tree:id=number|openlevels=0|root=Number|
+
:pants = PLR
*@singular (default)
+
:glasses = PLR
*@pl
+
*@dual
+
*@trial
+
*@quadrual
+
*@paucal
+
*@multal
+
}}
+
  
 
=== Examples ===
 
=== Examples ===
  
;@singular
+
*singular (SNG): book, city, kiss
:book = book or book.@singular
+
*singulare tantum (SNGT): furniture
;@pl (plural)
+
*plural (PLR): books, cities, kisses
:books = book.@pl
+
*plurale tantum (PLRT): clothes, measles
:children = child.@pl
+
*invariant (INV): series, species
:livres = livre.@pl
+
 
;@paucal (some)
+
== UNL ==
:a few books = book.@paucal
+
In UNL, number is represented by [[quantifier|quantifying attributes]].
: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