1
0
forked from GitHub/gf-core

Added this, that, conjunctions and giving to stoneage grammars.

This commit is contained in:
bringert
2005-03-09 20:13:24 +00:00
parent 995a7cc2f9
commit 18945ab7fc
8 changed files with 59 additions and 12 deletions

View File

@@ -35,6 +35,16 @@ abstract SwadeshLex = Categories ** {
-- not : Adv ; -- ?
-- Conjunctions
and_Conj : Conj ;
-- Prepositions
at_Prep : Prep ;
in_Prep : Prep ;
with_Prep : Prep ;
-- Numerals
one_Num : Num ;

View File

@@ -40,6 +40,9 @@ concrete SwadeshLexEng of SwadeshLex = CategoriesEng
-- not : Adv ; -- ?
-- Conjunctions
and_Conj = and_Conj ;
-- Numerals

View File

@@ -40,6 +40,9 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
-- not : Adv ; -- ?
-- Conjunctions
and_Conj = and_Conj ;
-- Numerals