(Kor) Add negative form in V where conjunction attaches

This commit is contained in:
Inari Listenmaa
2020-04-14 20:58:17 +02:00
parent 2c83fd8691
commit 1ffa53c3b2
4 changed files with 6 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ lin
s = \\t,a,p,cltyp =>
rp.s ++ vp.adv ++ vp.nObj ++
case cltyp of {
WithConj => vp.s ! VStem ;
WithConj => vp.s ! VStem p ;
_ => vp.s ! VAttr p } ;
} ;