mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
refactored adjectives in StemFin to get correct tags in tagged/
This commit is contained in:
@@ -151,7 +151,7 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in
|
||||
n = num.n
|
||||
} ;
|
||||
|
||||
OrdSuperl a = snoun2nounSep {s = \\nc => a.s ! Superl ! sAN nc ; h = a.h} ;
|
||||
OrdSuperl a = {s = sAdjFull2nforms Superl a ; h = a.h} ;
|
||||
|
||||
OrdNumeralSuperl n a = -- kolmanneksi suurin
|
||||
{s = \\f => n.s ! NOrd (NCase Sg Transl) ++ (snoun2nounSep {s = \\nc => a.s ! Superl ! sAN nc ; h = a.h}).s ! f} ;
|
||||
|
||||
Reference in New Issue
Block a user