mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-10 20:36:02 -06:00
Fin: fix comparative and superlative adverbs
This commit is contained in:
@@ -76,7 +76,7 @@ oper
|
|||||||
let
|
let
|
||||||
tuoree = init (tuore.s ! NCase Sg Gen) ;
|
tuoree = init (tuore.s ! NCase Sg Gen) ;
|
||||||
tuoreesti = tuoree + "sti" ;
|
tuoreesti = tuoree + "sti" ;
|
||||||
tuoreemmin = init tuoree ;
|
tuoreemmin = init tuoree + "in" ;
|
||||||
in {s = table {
|
in {s = table {
|
||||||
AN f => tuore.s ! f ;
|
AN f => tuore.s ! f ;
|
||||||
AAdv => if_then_Str isPos tuoreesti tuoreemmin
|
AAdv => if_then_Str isPos tuoreesti tuoreemmin
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ oper
|
|||||||
let
|
let
|
||||||
tuoree = tuore.s ! 1 ;
|
tuoree = tuore.s ! 1 ;
|
||||||
tuoreesti = tuoree + "sti" ;
|
tuoreesti = tuoree + "sti" ;
|
||||||
tuoreemmin = init tuoree ;
|
tuoreemmin = init tuoree + "in" ;
|
||||||
in {s = table {
|
in {s = table {
|
||||||
SAN f => tuore.s ! f ;
|
SAN f => tuore.s ! f ;
|
||||||
SAAdv => if_then_Str isPos tuoreesti tuoreemmin
|
SAAdv => if_then_Str isPos tuoreesti tuoreemmin
|
||||||
|
|||||||
Reference in New Issue
Block a user