forked from GitHub/gf-rgl
added PassV2, PassVPSlash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete ExtendTur of Extend = CatTur ** open ResTur in {
|
||||
concrete ExtendTur of Extend = CatTur ** open ResTur, SuffixTur, Predef in {
|
||||
|
||||
lin
|
||||
GenModNP num np cn = {
|
||||
@@ -13,4 +13,14 @@ concrete ExtendTur of Extend = CatTur ** open ResTur in {
|
||||
|
||||
PositAdVAdj a = {s = a.s ! Sg ! Nom} ;
|
||||
|
||||
PassVPSlash vps = {
|
||||
s = mkVerbForms {
|
||||
s = vps.stems ! VPass ++ BIND ++ suffixStr vps.h infinitiveSuffix ;
|
||||
stems = \\_ => vps.stems ! VPass ;
|
||||
aoristType = vps.aoristType ;
|
||||
h = vps.h ;
|
||||
} ;
|
||||
compl = []
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user