(Kor) Small cleanup and new words

This commit is contained in:
Inari Listenmaa
2020-03-25 11:40:46 +01:00
parent e93b9c6743
commit b95ed78982
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ concrete LexiconKor of Lexicon = CatKor **
-- lin animal_N = mkN "동물" ;
-- lin answer_V2S = mkV2S "" ;
-- lin apartment_N = mkN "" ;
-- lin apple_N = mkN "" ;
lin apple_N = mkN "사과" ;
-- lin art_N = mkN "" ;
-- lin ashes_N = mkN "" ;
-- lin ask_V2Q = mkV2 "" ;

View File

@@ -86,7 +86,7 @@ oper
-- hidden from the document.
mkN = overload {
mkN : Str -> N = \s -> lin N (mkNoun s) ;
mkN : Str -> N = \s -> lin N (mkNoun s) ;
} ;

View File

@@ -102,7 +102,7 @@ oper
-- lin by8means_Prep = mkPrep ;
-- lin during_Prep = mkPrep ;
-- lin except_Prep = mkPrep ;
-- lin for_Prep = mkPrep ;
lin for_Prep = mkPrep "에게" ;
-- lin from_Prep = mkPrep "" ;
-- lin in8front_Prep = mkPrep "" ;
lin in_Prep = mkPrep "에서" ;