Number: Difference between revisions

From UNLwiki
Jump to navigationJump to search
imported>Admin
No edit summary
 
imported>Admin
No edit summary
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 09: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