mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -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 {
|
fixprefixV s v = let vs = v.s in {
|
||||||
s = table {
|
s = table {
|
||||||
|
VInf True => "zu" ++ (s + vs ! VInf False) ;
|
||||||
p@(VPastPart _) => s + Predef.drop 2 (vs ! p) ;
|
p@(VPastPart _) => s + Predef.drop 2 (vs ! p) ;
|
||||||
p => s + vs ! p
|
p => s + vs ! p
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user