(Kor) Add PNs

This commit is contained in:
Inari Listenmaa
2020-04-03 15:42:23 +02:00
parent 9bdf4eedf4
commit 477a214cc0
3 changed files with 12 additions and 4 deletions
+9 -2
View File
@@ -1,7 +1,7 @@
--# -path=.:../abstract:../common:../prelude
concrete SymbolKor of Symbol = CatKor **
open Prelude, ParadigmsKor, ResKor, (NS=NounKor) in {
open Prelude, ResKor in {
lin
@@ -15,7 +15,14 @@ lin
FloatPN i = mkPN i.s ;
-- : Card -> PN ; -- twelve [as proper name]
NumPN i = mkPN i.s ;
NumPN i = mkPN (i.s ! NK ! Indep) ;
oper
mkPN : Str -> NounPhrase = \s -> {
s = \\_ => s ;
p = Consonant ; -- ??
} ;
{-
lin