Number

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: To be represented by attributes, if marked. person = person persons = person.@pl people = people (number lexicalized) == Number attributes == ;@pl (plural) :books = book.@pl :childre...)
 
(Number attributes)
Line 17: Line 17:
 
:many books = book.@multal
 
:many books = book.@multal
 
:several books = book.@multal
 
:several books = book.@multal
;@all
+
;@all (all)
 
:all books = book.@all
 
:all books = book.@all
;@any
+
;@any (any)
 
:any books = book.@any
 
:any books = book.@any
 +
;@not (no)
 +
:no book = book.@not

Revision as of 11:49, 7 December 2009

To be represented by attributes, if marked.

person = person
persons = person.@pl
people = people (number lexicalized)

Number attributes

@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
@all (all)
all books = book.@all
@any (any)
any books = book.@any
@not (no)
no book = book.@not
Software