forked from GitHub/gf-rgl
(Por) change copula type from bool to sum param
Portuguese actually has several verbs that can act as copulas, although the main ones are ser and estar. this allows other types of copulas to be added.
This commit is contained in:
@@ -256,7 +256,7 @@ oper
|
||||
mkA : (blanco : A) -> (hueso : Str) -> A -- noninflecting component after the adjective
|
||||
= mkNonInflectA ;
|
||||
|
||||
mkA : A -> CopulaType -> A -- force copula type, e.g. "João está doente", "João é doente"
|
||||
mkA : A -> CopulaType -> A -- force copula type, e.g. "João está doente", "João é doente". Choose among ``serCopula``, ``estarCopula``, and ``ficarCopula``
|
||||
= adjCopula ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user