mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
drop the copular sufix for P3 Pl
This commit is contained in:
@@ -49,9 +49,9 @@ concrete VerbTur of Verb = CatTur ** open Prelude, ResTur, SuffixTur, HarmonyTur
|
||||
CompAP ap = lin VP {
|
||||
s = table {
|
||||
VPres agr => ap.s ! agr.n ! Nom ++
|
||||
case agr of {
|
||||
{n=Sg; p=P3} => [] ;
|
||||
_ => suffixStr ap.h (verbSuffixes ! agr)
|
||||
case agr.p of {
|
||||
P3 => [] ;
|
||||
_ => suffixStr ap.h (verbSuffixes ! agr)
|
||||
} ;
|
||||
VProg agr => ap.s ! agr.n ! Nom ;
|
||||
VPast agr => ap.s ! agr.n ! Nom ++
|
||||
|
||||
Reference in New Issue
Block a user