(Kor) Minor fixes and cleanup

This commit is contained in:
Inari Listenmaa
2020-03-26 16:06:03 +01:00
parent 602da07d3d
commit 85babd3730
5 changed files with 6 additions and 10 deletions
+1 -3
View File
@@ -164,9 +164,7 @@ oper
plainpres = case vowFinal stem of {
True => add_N stem + "다" ;
False => stem + "는다" } ;
informal = case vowFinal stem of { -- not used in grammar yet
True => add_eo stem ;
False => stem + "어" } ;
informal = add_eo stem ; -- not used in grammar yet
polpres = informal + "요" ;
formalpres = case vowFinal stem of {
True => add_B stem + "니다" ;