Specification: Difference between revisions
From UNLwiki
Jump to navigationJump to search
imported>Martins No edit summary |
imported>Martins No edit summary |
||
| Line 2: | Line 2: | ||
== Reference attributes == | == Reference attributes == | ||
Reference attributes are used in case of general reference: | Reference attributes are used in case of general reference (normally conveyed by determiners): | ||
{{#tree:id=reference|openlevels=0|root=Reference| | {{#tree:id=reference|openlevels=0|root=Reference| | ||
*@def (definite) | *@def (definite) | ||
| Line 20: | Line 20: | ||
**@wh | **@wh | ||
}} | }} | ||
== Relation mod == | |||
The relation "mod" is used to express more specific specifiers: | |||
mod(head, specifier) | |||
== Examples == | |||
*the book = book.@def | |||
*that book = book.@distal | |||
*each book = book.@each | |||
*every book = book.@every | |||
*other book = book.@other | |||
*this book = book.@this | |||
*same book = book.@same | |||
*a book = book.@indef | |||
*record book = mod(book, record) | |||
*new book = mod(book, new) | |||
Revision as of 18:57, 23 June 2010
Reference is represented, in UNL, by reference attributes or by the relation "mod", depending on the type of reference.
Reference attributes
Reference attributes are used in case of general reference (normally conveyed by determiners): {{#tree:id=reference|openlevels=0|root=Reference|
- @def (definite)
- @both (both)
- @distal (far from the speaker)
- @each (each)
- @either (either)
- @every (every)
- @medial (near the addressee)
- @other (other)
- @own (own)
- @proximal (near the speaker)
- @same (same)
- @such (such)
- @indef (indefinite)
- @certain (certain)
- @wh
}}
Relation mod
The relation "mod" is used to express more specific specifiers:
mod(head, specifier)
Examples
- the book = book.@def
- that book = book.@distal
- each book = book.@each
- every book = book.@every
- other book = book.@other
- this book = book.@this
- same book = book.@same
- a book = book.@indef
- record book = mod(book, record)
- new book = mod(book, new)