1
0
forked from GitHub/gf-rgl

added QuantityNP and mkMU

This commit is contained in:
Krasimir Angelov
2024-10-22 20:41:16 +02:00
parent 89dc2a13f0
commit d44298a4ad
2 changed files with 7 additions and 0 deletions

View File

@@ -118,4 +118,10 @@ concrete NounIna of Noun = CatIna ** open ResIna, Prelude in {
isPronoun = np.isPronoun ---- ?? AR
} ;
QuantityNP n m = {
s = \\c => preOrPost m.isPre m.s (n.s ! NCard) ;
a = agrP3 n.n ;
isPronoun = False
} ;
}

View File

@@ -254,5 +254,6 @@ oper
mkInterj : Str -> Interj = \s -> lin Interj {s=s};
mkVoc : Str -> Voc = variants {} ;
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False} ;
} ;