noticed an issue with the placement of verb particle in Swedish; not yet fixed

This commit is contained in:
aarne
2015-10-13 13:06:06 +00:00
parent 33f1d0c583
commit f5e56ebd50

View File

@@ -43,7 +43,7 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in {
ha : Str = auxv ! VI (VInfin Act) ;
vf : Str -> Str -> {fin,inf : Str} = \fin,inf -> {
fin = fin ; inf = inf ++ verb.part
fin = fin ; inf = inf ++ verb.part --- not always right after the verb: hon ser (inte) vacker ut ; spotta ut snusen
} ;
in {