mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Kor) New words + new tests
This commit is contained in:
@@ -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
|
||||||
|
|||||||
9
src/korean/unittest/adjective.gftest
Normal file
9
src/korean/unittest/adjective.gftest
Normal 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: 제가 고양이 &+ 보다 더 작은 여자 &+ 예요
|
||||||
Reference in New Issue
Block a user