forked from GitHub/gf-rgl
add Ibili to copulaVP
This commit is contained in:
@@ -162,7 +162,11 @@ oper
|
|||||||
|
|
||||||
copulaVP : SyntVerb1 -> VerbPhrase = \izan ->
|
copulaVP : SyntVerb1 -> VerbPhrase = \izan ->
|
||||||
ResEus.useV { prc = \\tns => [] ;
|
ResEus.useV { prc = \\tns => [] ;
|
||||||
nstem = case izan of { Izan => "izate" ; _ => "egote" } ; --TODO is this correct?
|
nstem = case izan of {
|
||||||
|
Izan => "izate" ;
|
||||||
|
Egon => "egote" ;
|
||||||
|
Ibili => "ibiltze" ;
|
||||||
|
_ => nonExist } ;
|
||||||
val = Da izan } ;
|
val = Da izan } ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user