diff --git a/resource/abstract/SwadeshLex.gf b/resource/abstract/SwadeshLex.gf index 98c54758..b895d23a 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 474a97ad..48b7522f 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 92f5a1ab..3c42228f 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