tense property

String? tense
getter/setter pair

The grammatical tense. Possible string values are:

  • "TENSE_UNKNOWN" : Tense is not applicable in the analyzed language or is not predicted.
  • "CONDITIONAL_TENSE" : Conditional
  • "FUTURE" : Future
  • "PAST" : Past
  • "PRESENT" : Present
  • "IMPERFECT" : Imperfect
  • "PLUPERFECT" : Pluperfect

Implementation

core.String? tense;