mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
add Ibili to copulaVP
This commit is contained in:
@@ -162,7 +162,11 @@ oper
|
||||
|
||||
copulaVP : SyntVerb1 -> VerbPhrase = \izan ->
|
||||
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 } ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user