1
0
forked from GitHub/gf-rgl

(Romance) Remove traces of Degree in Extend

This commit is contained in:
Inari Listenmaa
2021-09-15 15:08:39 +08:00
parent 88d0217d10
commit ef3270ae29
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ concrete ExtendPor of Extend = CatPor ** ExtendRomanceFunctor -
CompoundAP noun adj = {
s = \\af => case (aform2aagr af) of {
{n = n} => adj.s ! Posit ! (genNum2Aform noun.g n) ++ "de" ++ noun.s ! n
{n = n} => adj.s ! genNum2Aform noun.g n ++ "de" ++ noun.s ! n
} ;
isPre = adj.isPre ;
copTyp = adj.copTyp

View File

@@ -214,7 +214,7 @@ incomplete concrete ExtendRomanceFunctor of Extend =
} ;
UttAdV av = av ;
PositAdVAdj a = {
s = a.s ! Posit ! AA
s = a.s ! AA
} ;
lin

View File

@@ -78,7 +78,7 @@ concrete ExtendSpa of Extend = CatSpa ** ExtendRomanceFunctor -
CompoundAP noun adj = {
s = \\af => case (aform2aagr af) of {
{n = n} => adj.s ! Posit ! (genNum2Aform noun.g n) ++ "de" ++ noun.s ! n
{n = n} => adj.s ! genNum2Aform noun.g n ++ "de" ++ noun.s ! n
} ;
isPre = adj.isPre ;
copTyp = adj.copTyp