forked from GitHub/gf-rgl
=Corrected an error in paradigms to recognize smartNoun paradigm
This commit is contained in:
@@ -18,7 +18,7 @@ oper
|
|||||||
|
|
||||||
mkN = overload {
|
mkN = overload {
|
||||||
mkN : (fish : Str) -> Gender -> N
|
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
|
mkN : (man,men : Str) -> Gender -> N
|
||||||
= \man,men,nclass -> lin N (mkNoun man men nclass) ;
|
= \man,men,nclass -> lin N (mkNoun man men nclass) ;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -43,12 +43,15 @@ lin
|
|||||||
--aha-ri Kamukuzi??? works for places
|
--aha-ri Kamukuzi??? works for places
|
||||||
on_Prep = mkPrep "aha" "ahari" False;
|
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
|
--na --please this string varies with vowels use combine_morphemes or
|
||||||
--combine_words when using it.
|
--combine_words when using it.
|
||||||
with_Prep = mkPrep "na" [] False;
|
with_Prep = mkPrep "na" [] False;
|
||||||
|
|
||||||
from_Prep =mkPrep "kurunga" "" False;
|
from_Prep =mkPrep "kurunga" "" False;
|
||||||
under_Prep = mkPrep "hansi ya" "" False;
|
under_Prep = mkPrep "hansi ya" "" False;
|
||||||
|
after_Prep = mkPrep "omu maisho" "" False; --: Prep ;
|
||||||
|
|
||||||
---Structural
|
---Structural
|
||||||
{-
|
{-
|
||||||
|
|||||||
Reference in New Issue
Block a user