mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
added PassV2, PassVPSlash
This commit is contained in:
@@ -243,17 +243,23 @@ resource ParadigmsTur = open
|
||||
case getHarConP base of {
|
||||
SVow => tk 1 base ;
|
||||
_ => softBase
|
||||
}
|
||||
} ;
|
||||
h = getHarmony base
|
||||
in lin V {
|
||||
s = inf ;
|
||||
stems = table {
|
||||
VBase Hard => base ;
|
||||
VBase Soft => softBase ;
|
||||
VProg => progBase ;
|
||||
VFut => futBase
|
||||
VFuture => futBase ;
|
||||
VPass => case last base of {
|
||||
#vowel => base + "n" ;
|
||||
"l" => base + suffixStr h passiveInSuffix ;
|
||||
_ => base + suffixStr h passiveIlSuffix
|
||||
}
|
||||
} ;
|
||||
aoristType = aoristType ;
|
||||
h = getHarmony base
|
||||
h = h
|
||||
} ;
|
||||
|
||||
-- Implementation of noun paradigms
|
||||
|
||||
Reference in New Issue
Block a user