1
0
forked from GitHub/gf-rgl

NON_EXISTANT -> nonExist

This commit is contained in:
Krasimir Angelov
2025-08-28 19:35:49 +02:00
parent 625ddf1e1e
commit 5cb67dadbf
11 changed files with 72 additions and 74 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ oper
-- ADJECTIVES
-- TODO: Parameters and paradigms should be redesigned due to the many NON_EXISTENT forms..?
-- TODO: Parameters and paradigms should be redesigned due to the many nonExist forms..?
-- To keep the code and user interface (parameters) simple, Masc lemmas are expected.
@@ -56,7 +56,7 @@ oper
s + "ais" => mkAdjective_Pos lemma Def ! g ! n ! c ;
_ => mkAdjective_Pos lemma Indef ! g ! n ! c
} ;
AAdj _ _ _ _ _ => NON_EXISTENT ;
AAdj _ _ _ _ _ => nonExist ;
AAdv d => mkAdjective_Adverb lemma ! d
}
};
@@ -69,7 +69,7 @@ oper
mkAdjective_Participle : Verb -> Voice -> Adjective = \v,p -> {
s = table {
AAdj Posit Indef g n c => v.s ! Pos ! (VPart p g n c) ;
_ => NON_EXISTENT
_ => nonExist
}
};