=Corrected an error in paradigms to recognize smartNoun paradigm

This commit is contained in:
David Bamutura
2019-06-03 20:46:19 +02:00
parent 22c6d5aae4
commit 458706694d
3 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ oper
mkN = overload {
mkN : (fish : Str) -> Gender -> N
= \fish,nclass -> lin N (mkNoun fish fish nclass) ;
= \fish,nclass -> lin N (smartNoun fish nclass) ;
mkN : (man,men : Str) -> Gender -> N
= \man,men,nclass -> lin N (mkNoun man men nclass) ;
};

View File

@@ -43,12 +43,15 @@ lin
--aha-ri Kamukuzi??? works for places
on_Prep = mkPrep "aha" "ahari" False;
in8front_Prep = mkPrep "enyuma ya" [] False; --: Prep ; -- in front of
--na --please this string varies with vowels use combine_morphemes or
--combine_words when using it.
with_Prep = mkPrep "na" [] False;
from_Prep =mkPrep "kurunga" "" False;
under_Prep = mkPrep "hansi ya" "" False;
after_Prep = mkPrep "omu maisho" "" False; --: Prep ;
---Structural
{-