mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 19:46:26 -06:00
fixed copulas and pushed previous updates (#447)
* fixed copula verbs * fixed copula verbs
This commit is contained in:
committed by
GitHub
parent
8007c4576c
commit
9340f73b39
@@ -26,7 +26,7 @@ lin PlSurname sn =
|
||||
} ; -- Does NP need animacy?
|
||||
|
||||
lin FullName gn sn =
|
||||
{ s=\\cas => gn.s ! Nom ++ sn.s ! gn.g ! cas ;
|
||||
{ s=\\cas => gn.s ! cas ++ sn.s ! gn.g ! cas ;
|
||||
pron=False;
|
||||
a=let g = case gn.g of {
|
||||
Male => Masc ;
|
||||
|
||||
Reference in New Issue
Block a user