mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
particle verbs in Finnish, to ease Wordnet translation
This commit is contained in:
@@ -198,7 +198,7 @@ oper
|
||||
qp : Bool -- True = back vowel
|
||||
} ;
|
||||
|
||||
predV : (Verb ** {sc : NPForm ; qp : Bool}) -> VP = \verb -> {
|
||||
predV : (Verb ** {sc : NPForm ; qp : Bool ; p : Str}) -> VP = \verb -> {
|
||||
s = \\vi,ant,b,agr0 =>
|
||||
let
|
||||
|
||||
@@ -256,7 +256,7 @@ oper
|
||||
} ;
|
||||
|
||||
s2 = \\_,_,_ => [] ;
|
||||
adv = \\_ => [] ;
|
||||
adv = \\_ => verb.p ; -- the particle of the verb
|
||||
ext = [] ;
|
||||
sc = verb.sc ;
|
||||
qp = verb.qp ;
|
||||
|
||||
Reference in New Issue
Block a user