1
0
forked from GitHub/gf-core

Added numeral determiners to stoneage grammar

This commit is contained in:
bringert
2005-02-25 14:18:46 +00:00
parent 3f52b196f6
commit d83c6b816d
2 changed files with 19 additions and 0 deletions

View File

@@ -80,6 +80,12 @@ lin
Few = DetNP few_Det ;
Other = DetNP other_Det ;
One = IndefNumNP one_Num ;
Two = IndefNumNP two_Num ;
Three = IndefNumNP three_Num ;
Four = IndefNumNP four_Num ;
Five = IndefNumNP five_Num ;
-- Pronouns
I = i_NP ;