summaryrefslogtreecommitdiff
path: root/next-lib/src/interlingua/VerbIna.gf
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-06-16 07:53:01 +0000
committerkrasimir <krasimir@chalmers.se>2009-06-16 07:53:01 +0000
commitb442cde3bd01fb935c215446097592510cf8e713 (patch)
treefe29c30f27b61ae935f3fa0e6c758c61b5b7cd16 /next-lib/src/interlingua/VerbIna.gf
parentb2b4a7064b9fd1aec75c2b3127c36e0f8a5ee513 (diff)
reduce the number of variants in Interlingua
Diffstat (limited to 'next-lib/src/interlingua/VerbIna.gf')
-rw-r--r--next-lib/src/interlingua/VerbIna.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/interlingua/VerbIna.gf b/next-lib/src/interlingua/VerbIna.gf
index c41b1f55b..bfbac787f 100644
--- a/next-lib/src/interlingua/VerbIna.gf
+++ b/next-lib/src/interlingua/VerbIna.gf
@@ -39,7 +39,7 @@ concrete VerbIna of Verb = CatIna ** open ResIna, Prelude in {
ComplSlash vp np = insertObj vp.p2 vp.c2 np vp ;
- UseComp comp = insertInvarObj (comp.s ! Sp3) (predV esserV) ;
+ UseComp comp = insertInvarObj (comp.s ! Sp3) (predV_ esserV) ;
-- !!! as above
SlashVV v vp =
@@ -57,7 +57,7 @@ concrete VerbIna of Verb = CatIna ** open ResIna, Prelude in {
ReflVP vp = insertReflObj vp.p2 vp.c2
{isPronoun = True; s = \\agr,c => reflPron!agr} vp ;
- PassV2 v = insertInvarObj (v.s ! VPPart) (predV esserV);
+ PassV2 v = insertInvarObj (v.s ! VPPart) (predV_ esserV);
CompAP ap = ap ;
CompNP np = {s = \\_ => np.s ! Acc} ;