Degree: Difference between revisions

From UNLwiki
Jump to navigationJump to search
imported>Martins
No edit summary
imported>Martins
No edit summary
Line 23: Line 23:


{{#tree:id=unl_degree|openlevels=0|root=Degree|
{{#tree:id=unl_degree|openlevels=0|root=Degree|
*negative: @not
*positive
*positive
**@almost: approximative
**@again: iterative
**@plus: intensified (very)
**@plus: intensified (very)
**@minus: downtoned (a little)
**@minus: downtoned (a little)

Revision as of 19:26, 23 June 2010

Degree is a category normally used to specify the extent of a comparison between adjectives or adverbs, such as comparative and superlative. In UNL, it is also used to represent the value of specifier adverbs.

Natural language

In the UNLarium, degree must be informed only when expressed by morphological means, such as in "bigger" and "biggest".
The values of the degree are the following:

{{#tree:id=nl_degree|openlevels=0|root=Degree (DEG)|

  • comparative (CMP): comparison between two
  • positive (PST): no comparison
  • superlative (SUP): comparison between more than two

}}


The positive is the default value and may be omitted.

Examples

  • Comparative (CMP): bigger, better, worse
  • Superlative (SUP): biggest, best, worst
  • Positive (PST): big, good, bad

UNL

In UNL, degree is to be represented by attributes:

{{#tree:id=unl_degree|openlevels=0|root=Degree|

  • negative: @not
  • positive
    • @almost: approximative
    • @again: iterative
    • @plus: intensified (very)
    • @minus: downtoned (a little)
    • @extra: excessively (too)
    • @enough: sufficiently (enough)
  • comparative
    • @more: comparative of superiority
    • @less: comparative of inferiority
    • @equal: comparative of equality
  • superlative
    • @most: superlative of superiority
    • @least: superlative of inferiority

}}

The basis for the comparison is expressed by the relation 'bas'.
more <A> than <B> = bas(A.@more, B)
less <A> than <B> = bas(A.@less, B)
as <A> as <B> = bas(A.@equal, B)
Degree attributes may be combined
very much happier = happy.@more.@plus

Examples

  • X is more fascinating than Y = aoj(fascinating.@more, X), bas(fascinating.@more, Y)
  • X is better than Y = aoj(good.@more, X), bas(good.@more, Y)
  • X is less fascinating than Y = aoj(fascinating.@less, X), bas(fascinating.@less, Y)
  • X is worse than Y = aoj(good.@less, X), bas(good.@less, Y)
  • X is as fascinating as Y = aoj(fascinating.@equal, X), bas(fascinating.@equal, Y)
  • X is the most fascinating of the Ys = aoj(fascinating.@most, X), bas(fascinating.@most, Y)
  • X is the best of the Ys = aoj(good.@most, X), bas(good.@most, Y)
  • X is the least fascinating of the Ys = aoj(fascinating.@least, X), bas(fascinating.@least, Y)
  • X is the worst of the Ys = aoj(good.@least, X), bas(good.@least, Y)
  • X is not so fascinating as Y = aoj(fascinating.@less, X), bas(fascinating.@less, Y)