Verbs

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(Natural language)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
A verb is a word that in syntax conveys an action (bring, read, walk, run, learn), an occurrence (happen, become), or a state of being (be, exist, stand).
 +
 
== Natural language ==
 
== Natural language ==
 +
Verbs are normally classified in four different categories:
 +
*Auxiliary verbs (AUX), when they simply convey information on the [[tense]] and [[aspect]] of the main verb
 +
*Modal verbs (MOD), when they convey information about the [[modality]] of the sentence
 +
*Copulas (COP), when they simply link the subject to the predicate
 +
*Verbs (VER), when they convey actions, occurrences or states.
 +
 +
=== Attributes for Verbs ===
 +
In many languages, verbs are inflected to encode person, tense, aspect, mood and voice.
 +
*[[Person]]
 +
*[[Tense]]
 +
*[[Mood]]
 +
*[[Aspect]]
 +
*[[Voice]]
  
 
=== Lists of verbs ===
 
=== Lists of verbs ===
[[English verbs]]
+
*[[English verbs]]
 +
*[[French grammar#Auxiliary verbs|French verbs]]
  
 
+
== UNL ==
To be represented:
+
Verbs are represented in UNL:
*by attributes, in case of auxiliary, quasi-auxiliary and semi-auxiliary verbs;
+
*by attributes, in case of auxiliary or modal verbs;
 
*by relations, in case of linking verbs (copula);
 
*by relations, in case of linking verbs (copula);
 
*by UWs, otherwise.
 
*by UWs, otherwise.
  
 +
=== Verbs as attributes ===
  
== Attributes for Verbs ==
+
;Modal verbs are represented by attributes of [[modality]], such as @ability (can), @desire (wish), @necessity (need), @obligation (must, have to), @permission (may), etc.
 
+
;Auxiliary verbs are represented by attributes of [[tense]] or [[aspect]], such as @future (will), @present.@progressive (is + gerund), @past.@perfect (had + participle), etc.
;[[Person]]
+
;[[Tense]]
+
;[[Mood]]
+
;[[Aspect]]
+
;[[Voice]]
+
 
+
== Auxiliary verbs ==
+
 
+
[[Modality]]
+
;@ability
+
;@desire
+
;@necessity
+
;@obligation
+
;@permission
+
;@probability
+
;@possibility
+
;@suggestion
+
 
+
[[Aspect]]
+
;@causative
+
;@prospective
+
;@inceptive
+
;@continuative
+
;@progressive
+
;@terminative
+
 
+
== Copula ==
+
 
+
Peter is beautiful = aoj(beautiful, Peter)
+
  
== Lists of verbs ==  
+
=== Verbs as relations ===
  
*[[French grammar#Auxiliary verbs|French auxiliary and semi-auxiliary verbs]]
+
;Copula verbs are represented as the relation "aoj"
 +
:Peter is beautiful = aoj(beautiful, Peter)

Latest revision as of 01:22, 27 July 2012

A verb is a word that in syntax conveys an action (bring, read, walk, run, learn), an occurrence (happen, become), or a state of being (be, exist, stand).

Contents

Natural language

Verbs are normally classified in four different categories:

  • Auxiliary verbs (AUX), when they simply convey information on the tense and aspect of the main verb
  • Modal verbs (MOD), when they convey information about the modality of the sentence
  • Copulas (COP), when they simply link the subject to the predicate
  • Verbs (VER), when they convey actions, occurrences or states.

Attributes for Verbs

In many languages, verbs are inflected to encode person, tense, aspect, mood and voice.

Lists of verbs

UNL

Verbs are represented in UNL:

  • by attributes, in case of auxiliary or modal verbs;
  • by relations, in case of linking verbs (copula);
  • by UWs, otherwise.

Verbs as attributes

Modal verbs are represented by attributes of modality, such as @ability (can), @desire (wish), @necessity (need), @obligation (must, have to), @permission (may), etc.
Auxiliary verbs are represented by attributes of tense or aspect, such as @future (will), @present.@progressive (is + gerund), @past.@perfect (had + participle), etc.

Verbs as relations

Copula verbs are represented as the relation "aoj"
Peter is beautiful = aoj(beautiful, Peter)
Software