forked from GitHub/gf-rgl
Added this, that, conjunctions and giving to stoneage grammars.
This commit is contained in:
@@ -35,6 +35,16 @@ abstract SwadeshLex = Categories ** {
|
|||||||
|
|
||||||
-- not : Adv ; -- ?
|
-- not : Adv ; -- ?
|
||||||
|
|
||||||
|
-- Conjunctions
|
||||||
|
|
||||||
|
and_Conj : Conj ;
|
||||||
|
|
||||||
|
-- Prepositions
|
||||||
|
|
||||||
|
at_Prep : Prep ;
|
||||||
|
in_Prep : Prep ;
|
||||||
|
with_Prep : Prep ;
|
||||||
|
|
||||||
-- Numerals
|
-- Numerals
|
||||||
|
|
||||||
one_Num : Num ;
|
one_Num : Num ;
|
||||||
|
|||||||
@@ -40,6 +40,9 @@ concrete SwadeshLexEng of SwadeshLex = CategoriesEng
|
|||||||
|
|
||||||
-- not : Adv ; -- ?
|
-- not : Adv ; -- ?
|
||||||
|
|
||||||
|
-- Conjunctions
|
||||||
|
|
||||||
|
and_Conj = and_Conj ;
|
||||||
|
|
||||||
-- Numerals
|
-- Numerals
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,9 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
|
|||||||
|
|
||||||
-- not : Adv ; -- ?
|
-- not : Adv ; -- ?
|
||||||
|
|
||||||
|
-- Conjunctions
|
||||||
|
|
||||||
|
and_Conj = and_Conj ;
|
||||||
|
|
||||||
-- Numerals
|
-- Numerals
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user