forked from GitHub/gf-rgl
=corrected the error and added two more Functions in Verb.Cgg. The cause of error was repeated record lable in the same record in ResCgg.gf for VerbPhrase
This commit is contained in:
@@ -1123,7 +1123,7 @@ mkSubjPrefix : Agreement -> Str =\a ->case a of {
|
||||
adv:Str;
|
||||
containsAdv: Bool;
|
||||
adV:Str;
|
||||
containsAdv:Bool
|
||||
containsAdV:Bool
|
||||
};
|
||||
-- in VP formation, all verbs are lifted to GVerb, but morphology doesn't need to know this
|
||||
verb2gverb : Verb ->Str -> GVerb = \v, ba -> {
|
||||
@@ -1384,4 +1384,11 @@ oper
|
||||
(AgMUBAP2 n) => MU_BA;
|
||||
NONE => Null
|
||||
};
|
||||
getNumber : Agreement -> Number =\agr ->
|
||||
case agr of {
|
||||
(AgP3 n g) => n;
|
||||
(AgMUBAP1 n) => n;
|
||||
(AgMUBAP2 n) => n;
|
||||
NONE => Sg --default -- a hack
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user