Added The_Many to stoneage grammar

This commit is contained in:
bringert
2005-03-08 17:21:50 +00:00
parent 73b0f9dbab
commit 92012958ac
3 changed files with 6 additions and 3 deletions

View File

@@ -74,7 +74,8 @@ fun
-- Determiners
The : CN -> NP ;
The_One : CN -> NP ;
The_Many : CN -> NP ;
A : CN -> NP ;
-- This : CN -> NP ;
-- That : CN -> NP ;

View File

@@ -69,7 +69,8 @@ lin
-- Say = ;
-- Give = giveV3 ;
The = DefOneNP;
The_One = DefOneNP ;
The_Many = DefNumNP NoNum ;
A = IndefOneNP ;
-- This : CN -> NP ;

View File

@@ -68,7 +68,8 @@ lin
-- Say = ;
-- Give = giveV3 ;
The = DefOneNP;
The_One = DefOneNP;
The_Many = DefNumNP NoNum ;
A = IndefOneNP ;
-- This : CN -> NP ;