mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 19:16:28 -06:00
(Som) Add comparatives
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
------------------
|
||||
-- Conjunctions --
|
||||
------------------
|
||||
|
||||
-- LangEng: the big black bird
|
||||
LangSom: shimbir BIND ta madow ee weyn
|
||||
Lang: PhrUtt NoPConj (UttNP (DetCN (DetQuant DefArt NumSg) (AdjCN (PositA big_A) (AdjCN (PositA black_A) (UseN bird_N))))) NoVoc
|
||||
@@ -5,3 +9,16 @@ Lang: PhrUtt NoPConj (UttNP (DetCN (DetQuant DefArt NumSg) (AdjCN (PositA big_A)
|
||||
-- LangEng: a big black bird
|
||||
LangSom: shimbir madow oo weyn
|
||||
Lang: PhrUtt NoPConj (UttNP (DetCN (DetQuant IndefArt NumSg) (AdjCN (PositA big_A) (AdjCN (PositA black_A) (UseN bird_N))))) NoVoc
|
||||
|
||||
-----------------
|
||||
-- Comparative --
|
||||
-----------------
|
||||
|
||||
-- Examples from Saeed p. 107
|
||||
-- LangEng: that cat is bigger
|
||||
LangSom: bisad BIND daasi waa ka weyn tahay
|
||||
Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TPres ASimul) PPos (PredVP (DetCN (DetQuant that_Quant NumSg) (UseN cat_N)) (UseComp (CompAP (UseComparA big_A)))))) NoVoc
|
||||
|
||||
-- LangEng: that cat is bigger than this cat
|
||||
LangSom: bisad BIND daasi bisad BIND dan waa ka weyn tahay
|
||||
Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TPres ASimul) PPos (PredVP (DetCN (DetQuant that_Quant NumSg) (UseN cat_N)) (UseComp (CompAP (ComparA big_A (DetCN (DetQuant this_Quant NumSg) (UseN cat_N)))))))) NoVoc
|
||||
|
||||
Reference in New Issue
Block a user