1
0
forked from GitHub/gf-rgl

added missing param

This commit is contained in:
Krasimir Angelov
2023-07-24 20:01:56 +02:00
parent 1910ba1b2a
commit cb26429655
3 changed files with 9 additions and 0 deletions

View File

@@ -225,4 +225,7 @@ oper
polNegDirSubj = RPos ;
param
HasArt = NoArt | UseArt ;
}

View File

@@ -251,4 +251,7 @@ instance DiffIta of DiffRomance - [contractInf] = open CommonRomance, PhonoIta,
polNegDirSubj = RPos ;
param
HasArt = NoArt | UseArt ;
}

View File

@@ -291,4 +291,7 @@ instance DiffPor of DiffRomance - [iAdvQuestionInv,chooseTA,otherInv,partAgr,sta
-- make a verb of type haver
verboV v = verbBesch v ** {vtyp = VTer ; p = [] } ;
param
HasArt = NoArt | UseArt ;
} ;