mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
Added this, that, conjunctions and giving to stoneage grammars.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user