Verbs

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
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
 +
*Modal verbs
 +
*Copula or linking verb
 +
*Verbs
  
 
=== Attributes for Verbs ===
 
=== Attributes for Verbs ===
 
+
In many languages, verbs are inflected (modified in form) to encode person, tense, aspect, mood and voice.
 
;[[Person]]
 
;[[Person]]
 
;[[Tense]]
 
;[[Tense]]
Line 8: Line 15:
 
;[[Aspect]]
 
;[[Aspect]]
 
;[[Voice]]
 
;[[Voice]]
 
  
 
=== Lists of verbs ===
 
=== Lists of verbs ===
 
[[English verbs]]
 
[[English verbs]]
*[[French grammar#Auxiliary verbs|French verbs]]
+
[[French grammar#Auxiliary verbs|French verbs]]
 
+
  
 
== UNL ==
 
== UNL ==
Verbs are represented in UNL?
+
Verbs are represented in UNL:
 
*by attributes, in case of auxiliary, quasi-auxiliary and semi-auxiliary verbs;
 
*by attributes, in case of auxiliary, quasi-auxiliary and semi-auxiliary verbs;
 
*by relations, in case of linking verbs (copula);
 
*by relations, in case of linking verbs (copula);
Line 23: Line 28:
 
=== Verbs as attributes ===
 
=== Verbs as attributes ===
  
Modal verbs are represented by attributes of [[modality]]
+
;Modal verbs are represented by attributes of [[modality]], such as @ability (can), @desire (wish), @necessity (need), @obligation (must, have to), @permission (may), etc.
;@ability
+
;Auxiliary verbs are represented by attributes of [[tense]] or [[aspect]], such as @future (will), @present.@progressive (is + gerund), @past.@perfect (had + participle), etc.
;@desire
+
;@necessity
+
;@obligation
+
;@permission
+
;@probability
+
;@possibility
+
;@suggestion
+
Auxiliary verbs are represented by attributes of [[tense]] or [[aspect]]
+
;@causative
+
;@prospective
+
;@inceptive
+
;@continuative
+
;@progressive
+
;@terminative
+
  
 
=== Verbs as relations ===
 
=== Verbs as relations ===
  
Copula verbs are represented as the relation "aoj"
+
;Copula verbs are represented as the relation "aoj"
Peter is beautiful = aoj(beautiful, Peter)
+
:Peter is beautiful = aoj(beautiful, Peter)

Revision as of 01:18, 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
  • Modal verbs
  • Copula or linking verb
  • Verbs

Attributes for Verbs

In many languages, verbs are inflected (modified in form) to encode person, tense, aspect, mood and voice.

Person
Tense
Mood
Aspect
Voice

Lists of verbs

English verbs French verbs

UNL

Verbs are represented in UNL:

  • by attributes, in case of auxiliary, quasi-auxiliary and semi-auxiliary 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