mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
noticed an issue with the placement of verb particle in Swedish; not yet fixed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user