forked from GitHub/gf-rgl
don't show indefinte superlative adjectives
This commit is contained in:
@@ -31,7 +31,7 @@ oper
|
||||
-- Indeclinable adjective: theoretically, any #vowel ending
|
||||
mkAdjective_Indecl : Str -> Adjective = \lemma -> {
|
||||
s = table{
|
||||
AAdj Superl Indef _ _ _ => NON_EXISTENT ;
|
||||
AAdj Superl Indef _ _ _ => nonExist ;
|
||||
AAdj _ _ _ _ _ => lemma ;
|
||||
AAdv d => mkAdjective_Adverb lemma ! d-- TODO - notestēt šādu keisu
|
||||
}
|
||||
@@ -43,7 +43,7 @@ oper
|
||||
AAdj Posit d g n c => mkAdjective_Pos lemma d ! g ! n ! c ;
|
||||
AAdj Compar d g n c => mkAdjective_Comp lemma d ! g ! n ! c ;
|
||||
AAdj Superl Def g n c => mkAdjective_Sup lemma ! g ! n ! c ;
|
||||
AAdj Superl Indef _ _ _ => NON_EXISTENT ;
|
||||
AAdj Superl Indef _ _ _ => nonExist ;
|
||||
AAdv d => mkAdjective_Adverb lemma ! d
|
||||
}
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user