Verbs

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(Attributes for Verbs)
(Natural language)
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
To be represented:
+
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).  
*by attributes, in case of auxiliary, quasi-auxiliary and semi-auxiliary verbs;
+
*by relations, in case of linking verbs (copula);
+
*by UWs, otherwise.
+
  
 +
== 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 ==
+
=== Attributes for Verbs ===
 +
In many languages, verbs are inflected to encode person, tense, aspect, mood and voice.
 +
*[[Person]]
 +
*[[Tense]]
 +
*[[Mood]]
 +
*[[Aspect]]
 +
*[[Voice]]
  
;[[Person]]
+
=== Lists of verbs ===
;[[Tense]]
+
*[[English verbs]]
;[[Mood]]
+
*[[French grammar#Auxiliary verbs|French verbs]]
;[[Aspect]]
+
;[[Voice]]
+
  
== Auxiliary verbs ==
+
== UNL ==
 
+
Verbs are represented in UNL:
Modality
+
*by attributes, in case of auxiliary or modal verbs;
;@ability
+
*by relations, in case of linking verbs (copula);
;@desire
+
*by UWs, otherwise.
;@necessity
+
;@obligation
+
;@permission
+
;@probability
+
;@possibility
+
;@suggestion
+
 
+
Aspect
+
;@causative
+
;@prospective
+
;@inceptive
+
;@continuative
+
;@progressive
+
;@terminative
+
  
== Copula ==
+
=== Verbs as attributes ===
  
Peter is beautiful = aoj(beautiful, Peter)
+
;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.
  
== 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