Number

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
Line 22: Line 22:
 
**The word is invariant, i.e., has a single form used both in singular and plural.
 
**The word is invariant, i.e., has a single form used both in singular and plural.
 
}}
 
}}
 
  
 
== UNL ==
 
== 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 ==
  
Grammatical number, a morphological grammatical category indicating the quantity of referents
+
{{#tree:id=tagset|openlevels=0|root=Number|
 +
*@singular (default)
 +
*@pl
 +
*@dual
 +
*@trial
 +
*@quadrual
 +
*@paucal
 +
*@multal
 +
}}
  
 +
=== Examples ===
  
To be represented by attributes, if marked.
+
;@singular
 
+
:book = book or book.@singular
person = person
+
persons = person.@pl
+
people = people (number lexicalized)
+
 
+
== Number attributes ==
+
 
+
 
;@pl (plural)
 
;@pl (plural)
 
:books = book.@pl
 
:books = book.@pl
Line 48: Line 55:
 
:many books = book.@multal
 
:many books = book.@multal
 
:several books = book.@multal
 
:several books = book.@multal
;@all (all)
 
:all books = book.@all
 
;@any (any)
 
:any books = book.@any
 
;@not (no)
 
:no book = book.@not
 

Revision as of 14:34, 14 January 2010

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

Contents

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:

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

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
Software