mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Added The_Many to stoneage grammar
This commit is contained in:
@@ -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 ;
|
||||
|
||||
@@ -69,7 +69,8 @@ lin
|
||||
-- Say = ;
|
||||
-- Give = giveV3 ;
|
||||
|
||||
The = DefOneNP;
|
||||
The_One = DefOneNP ;
|
||||
The_Many = DefNumNP NoNum ;
|
||||
A = IndefOneNP ;
|
||||
|
||||
-- This : CN -> NP ;
|
||||
|
||||
@@ -68,7 +68,8 @@ lin
|
||||
-- Say = ;
|
||||
-- Give = giveV3 ;
|
||||
|
||||
The = DefOneNP;
|
||||
The_One = DefOneNP;
|
||||
The_Many = DefNumNP NoNum ;
|
||||
A = IndefOneNP ;
|
||||
|
||||
-- This : CN -> NP ;
|
||||
|
||||
Reference in New Issue
Block a user