From 9f075957a06320cc9ed717e35845cd7591aef318 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 9 Mar 2005 20:13:24 +0000 Subject: [PATCH] Added this, that, conjunctions and giving to stoneage grammars. --- resource/abstract/SwadeshLex.gf | 10 ++++++++++ resource/english/SwadeshLexEng.gf | 3 +++ resource/swedish/SwadeshLexSwe.gf | 3 +++ 3 files changed, 16 insertions(+) diff --git a/resource/abstract/SwadeshLex.gf b/resource/abstract/SwadeshLex.gf index 98c547583..b895d23a3 100644 --- a/resource/abstract/SwadeshLex.gf +++ b/resource/abstract/SwadeshLex.gf @@ -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 ; diff --git a/resource/english/SwadeshLexEng.gf b/resource/english/SwadeshLexEng.gf index 474a97ad0..48b7522fa 100644 --- a/resource/english/SwadeshLexEng.gf +++ b/resource/english/SwadeshLexEng.gf @@ -40,6 +40,9 @@ concrete SwadeshLexEng of SwadeshLex = CategoriesEng -- not : Adv ; -- ? + -- Conjunctions + + and_Conj = and_Conj ; -- Numerals diff --git a/resource/swedish/SwadeshLexSwe.gf b/resource/swedish/SwadeshLexSwe.gf index 92f5a1abf..3c42228f1 100644 --- a/resource/swedish/SwadeshLexSwe.gf +++ b/resource/swedish/SwadeshLexSwe.gf @@ -40,6 +40,9 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe -- not : Adv ; -- ? + -- Conjunctions + + and_Conj = and_Conj ; -- Numerals