mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fixed place of infinitive particle in german fixed prefix
This commit is contained in:
@@ -436,6 +436,7 @@ mkV2 : overload {
|
||||
|
||||
fixprefixV s v = let vs = v.s in {
|
||||
s = table {
|
||||
VInf True => "zu" ++ (s + vs ! VInf False) ;
|
||||
p@(VPastPart _) => s + Predef.drop 2 (vs ! p) ;
|
||||
p => s + vs ! p
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user