Tense

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: To be represented as attributes. == French tenses == *Indicatif **Présent = @present (Je vais = aller.@present) **Passé simple = @past (J'allai = aller.@past) **Passé composé = @past...)
 
(Examples)
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To be represented as attributes.
+
'''Tense''' is a category used in the grammatical description of verbs (along with [[aspect]] and [[mood]]), referring primarily to the way the grammar marks the time at which the action denoted by the verb took place. It can be broadly classified as:
 +
*'''absolute tense''': indicates time in relationship to the time of the utterance (i.e. "now").
 +
*'''relative tense''': in relationship to some other time, other than the time of utterance.
  
== French tenses ==
 
  
*Indicatif
+
== Natural language ==  
**Présent = @present (Je vais = aller.@present)
+
In the UNLarium framework, the attribute tense is represented by the following hierarchy, where lower levels subsume upper levels:
**Passé simple = @past (J'allai = aller.@past)
+
**Passé composé = @past (Je suis allé = aller.@past)
+
**Passé proche = @past.@recent (Je viens d'aller = aller.@past.@recent)
+
**Passé antérieur = @past.@anterior.@perfect (Je fus allé = aller.@past.@anterior.@perfect)
+
**Imparfait = @past.@imperfect (j'allais = aller.@past.@imperfect)
+
**Plus-que-parfait = @past.@anterior (J'étais allé = aller.@past.@anterior)
+
**Futur simple = @future (J'irai = @aller.@future)
+
**Futur antérieur = @future.@anterior (Je serai allé = aller.@future.@anterior)
+
**Futur antérieur du passé (=Conditionnel passé) = @past.@posterior.@perfect (Je serais allé = aller.@past.@posterior.@perfect)
+
**Futur du passé (=Conditionnel présent) = @past.@posterior (J'irais = aller.@past.@posterior)
+
**Futur proche = @future.@recent (Je vais aller = aller.@future.@recent)
+
  
*Subjonctif
+
{{#tree:id=nl_tense|openlevels=0|root=Tense (TNS)|
**Présent = @present.@subjective (que j'aille = aller.@present.@subjective)
+
*absolute tense
**Passé = @past.@subjective  (que je sois allé = aller.@past.@subjective)
+
**present (PRS): in the present
**Imparfait = @past.@imperfect.@subjective  (que j'allasse = aller.@past.@imperfect.@subjective)
+
**past (PAS): in the past
**Plus-que-parfait = @past.@anterior.@subjective  (que je fusse allé = aller.@past.@anterior.@subjective)
+
***hesternal past tense (HEP): before yesterday
+
***prehesternal past tense (PEP): before hesternal tense
*Conditionnel
+
***hodiernal past tense (HOP): before today
**Présent (= Futur du passé) = @past.@posterior (J'irais = aller.@past.@posterior)
+
***prehodiernal past tense (POP): before hodiernal tense
**Passé (= Futur antérieur du passé) = @past.@posterior.@perfect (Je serais allé = aller.@past.@posterior.@perfect)
+
***immediate past tense (IPT): very recent past
**Passé (= Futur antérieur du passé)= @past.@posterior.@perfect  (Je fusse allé = aller.@past.@posterior.@perfect)
+
***nonrecent past tense (NRCP): before recent past
+
***recent past tense (RCP): recent past
*Impératif
+
***nonremote past tense (NRMP): after remote past
**Présent = @present.@imperative (va = aller.@present.@imperative)
+
***remote past tense (RMP): remote past
**Passé = @past.@imperative (sois allé = aller.@past.@imperative)
+
**future (FUT): in the future
+
***near future (FUN): in the near future
*Gérondif (=ADVERB)
+
***remote future (FUR): not in the near future
**Présent = NONE (en allant = aller)
+
**nonpast (NPAS): not in the past
**Passé = NONE (en étant allé = aller)
+
**nonfuture (NFUT): not in the future
 +
**still (STL): immediately before the utterance
 +
**not-yet (NYET): expected to occur in the future
 +
*relative tense
 +
**relative past (RPT): before an absolute tense
 +
**relative nonpast (NRPT): not before an absolute tense
 +
**relative present (RPS): at the absolute tense
 +
**relative future (RFT): after an absolute tense
 +
**relative nonfuture (NRFT): not after an absolute tense
 +
}}
  
*Infinitif
+
;General tenses
**Présent = NONE (aller = aller)
+
:General tenses, such as simple past or simple future in English, are indicated by the uppermost level of the corresponding branch.
**Passé = @perfect (être allé = aller.@perfect)
+
::English
 +
:::simple past = PAS
 +
:::simple future = FUT
 +
;Relative and absolute-relative tenses are indicated by combining absolute and relative tags through "&":
 +
:English:
 +
::past perfect (= past of the past): PAS&RPT
 +
::future perfect (= past of the future): FUT&RPT
 +
:French:
 +
::passé antérieur (= past of the past):  PAS&RPT
 +
::future antérieur (= past of the future): FUT&RPT
 +
;Tense, mood and aspect
 +
:Tense, mood and aspect can be conjoined with "&":
 +
::aorist: PAS&PFV
 +
::imperfect (past imperfect): PAS&NPFV
 +
::present perfect: PRS&PFC
 +
;Simple and compound tenses
 +
:The difference between simple and compound forms must be informed only if they represent different alternatives for the same tense. Compounds are indicated through the attribute "CPW":
 +
::French
 +
:::passé simple: PAS
 +
:::passé composé: PAS&CPW
 +
 
 +
 
 +
 
 +
== UNL ==
 +
In UNL, tense is to be represented by [[time|time attributes]].
 +
 
 +
== Examples ==
 +
List of grammatical tenses:
 +
*[[English grammar#Verb forms|English tenses]]
 +
*[[French grammar#Verb forms|French tenses]]

Latest revision as of 21:34, 23 June 2010

Tense is a category used in the grammatical description of verbs (along with aspect and mood), referring primarily to the way the grammar marks the time at which the action denoted by the verb took place. It can be broadly classified as:

  • absolute tense: indicates time in relationship to the time of the utterance (i.e. "now").
  • relative tense: in relationship to some other time, other than the time of utterance.


Natural language

In the UNLarium framework, the attribute tense is represented by the following hierarchy, where lower levels subsume upper levels:

General tenses
General tenses, such as simple past or simple future in English, are indicated by the uppermost level of the corresponding branch.
English
simple past = PAS
simple future = FUT
Relative and absolute-relative tenses are indicated by combining absolute and relative tags through "&"
English:
past perfect (= past of the past): PAS&RPT
future perfect (= past of the future): FUT&RPT
French:
passé antérieur (= past of the past): PAS&RPT
future antérieur (= past of the future): FUT&RPT
Tense, mood and aspect
Tense, mood and aspect can be conjoined with "&":
aorist: PAS&PFV
imperfect (past imperfect): PAS&NPFV
present perfect: PRS&PFC
Simple and compound tenses
The difference between simple and compound forms must be informed only if they represent different alternatives for the same tense. Compounds are indicated through the attribute "CPW":
French
passé simple: PAS
passé composé: PAS&CPW


UNL

In UNL, tense is to be represented by time attributes.

Examples

List of grammatical tenses:

Software