(Kor) use Polite as imperative—not perfect but…

…works for some situations, improvements are welcome.
This commit is contained in:
Inari Listenmaa
2023-05-29 17:06:54 +02:00
parent a429a9bb9c
commit bd6faa569e
4 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ concrete CatKor of Cat = CommonX ** open ResKor, Prelude in {
Cl = ResKor.ClSlash ;
ClSlash = ResKor.ClSlash ;
SSlash = ResKor.Sentence ; -- sentence missing NP; e.g. "she has looked at"
Imp = {s : Number => Polarity => Str} ; -- imperative e.g. "look at this"
Imp = {s : Polarity => Str} ; -- imperative e.g. "look at this"
--2 Questions and interrogatives