mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 04:16:30 -06:00
(Kor) Add space before negation in CompN* + fix copula forms after vowel
This commit is contained in:
@@ -184,7 +184,7 @@ oper
|
||||
"아닙니다"
|
||||
Copula ;
|
||||
|
||||
copulaAfterConsonant : Verb = copula ** {
|
||||
copulaAfterVowel : Verb = copula ** {
|
||||
s = \\vf => case vf of {
|
||||
VF Plain Pos => "다" ;
|
||||
VF Polite Pos => "예요" ;
|
||||
|
||||
Reference in New Issue
Block a user