1
0
forked from GitHub/gf-rgl

(Kor) New words + new tests

This commit is contained in:
Inari Listenmaa
2020-04-03 18:04:54 +02:00
parent 8b62ad1fa7
commit e586c478a3
3 changed files with 12 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ lin there_Adv = ss "" ;
------- -------
-- Conj -- Conj
and_Conj = { lin and_Conj = {
s1 = [] ; s1 = [] ;
-- no need for strings here, actual values come from ParamKor.conjTable -- no need for strings here, actual values come from ParamKor.conjTable
-- s2 = \\phono => table { -- s2 = \\phono => table {
@@ -47,7 +47,7 @@ lin there_Adv = ss "" ;
n = Pl ; n = Pl ;
c = And c = And
} ; } ;
-- lin or_Conj = {s2 = \\_ => "" ; s1 = [] ; n = Sg} ; lin or_Conj = {s1 = [] ; n = Sg ; c = Or} ;
-- lin if_then_Conj = mkConj -- lin if_then_Conj = mkConj
-- lin both7and_DConj = mkConj "" "" pl ; -- lin both7and_DConj = mkConj "" "" pl ;
-- lin either7or_DConj = {s2 = \\_ => "" ; s1 = "" ; n = Sg} ; -- lin either7or_DConj = {s2 = \\_ => "" ; s1 = "" ; n = Sg} ;
@@ -91,11 +91,8 @@ lin everything_NP = defNP "" N.NumSg ;
lin nobody_NP = mkVerb; "" lin nobody_NP = mkVerb; ""
lin nothing_NP = defNP "" N.NumSg ; lin nothing_NP = defNP "" N.NumSg ;
lin somebody_NP = defNP "" N.NumSg ; lin somebody_NP = defNP "" N.NumSg ;
lin something_NP = defNP "" N.NumSg ;
oper
defNP : Str -> Num -> NP = {} ;
-} -}
lin something_NP = mkNoun "무엇" ;
------- -------
-- Prep -- Prep

View File

@@ -0,0 +1,9 @@
-- Comparatives
-- LangEng: I am smaller than a cat
Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TPres ASimul) PPos (PredVP (UsePron i_Pron) (UseComp (CompAP (ComparA small_A (DetCN (DetQuant IndefArt NumSg) (UseN cat_N)))))))) NoVoc
LangKor: 제가 고양이 &+ 보다 더 작아요
-- LangEng: I am a woman smaller than a cat
Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TPres ASimul) PPos (PredVP (UsePron i_Pron) (UseComp (CompCN (AdjCN (ComparA small_A (DetCN (DetQuant IndefArt NumSg) (UseN cat_N))) (UseN woman_N))))))) NoVoc
LangKor: 제가 고양이 &+ 보다 더 작은 여자 &+ 예요