mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 13:48:57 -06:00
Added more verb forms, see NEW: in MorphoGer.gf.
This commit is contained in:
@@ -75,7 +75,24 @@ param Degree = Pos | Comp | Sup ;
|
||||
-- We have a reduced conjugation with only the present tense infinitive,
|
||||
-- indicative, and imperative forms, and past participles.
|
||||
|
||||
param VForm = VInf | VInd Number Person | VImp Number | VPart AForm ;
|
||||
param VForm = VInf |
|
||||
VInd Number Person |
|
||||
VImp Number |
|
||||
VSubj Number Person |
|
||||
VImpfInd Number Person |
|
||||
VImpfSubj Number Person |
|
||||
VPresPart AForm |
|
||||
VPart AForm ;
|
||||
|
||||
{--
|
||||
param Tense = Pres | Impf ;
|
||||
VInf |
|
||||
VInd Tense Number Person |
|
||||
VSubj Tense Number Person |
|
||||
VImp Number |
|
||||
VPresPart AForm |
|
||||
VPart AForm ;
|
||||
--}
|
||||
|
||||
oper Verbum : Type = VForm => Str ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user