diff options
Diffstat (limited to 'next-lib/src/finnish')
| -rw-r--r-- | next-lib/src/finnish/LexiconFin.gf | 1 | ||||
| -rw-r--r-- | next-lib/src/finnish/StructuralFin.gf | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/next-lib/src/finnish/LexiconFin.gf b/next-lib/src/finnish/LexiconFin.gf index 0591ca178..397fa96fa 100644 --- a/next-lib/src/finnish/LexiconFin.gf +++ b/next-lib/src/finnish/LexiconFin.gf @@ -94,7 +94,6 @@ lin harbour_N = mkN "satama" "sataman" "satamia" ; hate_V2 = mkV2 (mkV "vihata") cpartitive ; hat_N = mkN "hattu" ; - have_V2 = mkV2 (caseV adessive vOlla) ; hear_V2 = mkV2 (mkV "kuulla") ; hill_N = mkN "kukkula" ; hope_VS = mkVS (mkV "toivoa") ; diff --git a/next-lib/src/finnish/StructuralFin.gf b/next-lib/src/finnish/StructuralFin.gf index 5b54da246..58b7fc2e9 100644 --- a/next-lib/src/finnish/StructuralFin.gf +++ b/next-lib/src/finnish/StructuralFin.gf @@ -305,5 +305,8 @@ lin as_CAdv = X.mkCAdv "yhtä" "kuin" ; except_Prep = postPrep partitive "lukuunottamatta" ; + + have_V2 = mkV2 (caseV adessive vOlla) ; + } |
