mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
Added The_Many to stoneage grammar
This commit is contained in:
@@ -74,7 +74,8 @@ fun
|
|||||||
|
|
||||||
-- Determiners
|
-- Determiners
|
||||||
|
|
||||||
The : CN -> NP ;
|
The_One : CN -> NP ;
|
||||||
|
The_Many : CN -> NP ;
|
||||||
A : CN -> NP ;
|
A : CN -> NP ;
|
||||||
-- This : CN -> NP ;
|
-- This : CN -> NP ;
|
||||||
-- That : CN -> NP ;
|
-- That : CN -> NP ;
|
||||||
|
|||||||
@@ -69,7 +69,8 @@ lin
|
|||||||
-- Say = ;
|
-- Say = ;
|
||||||
-- Give = giveV3 ;
|
-- Give = giveV3 ;
|
||||||
|
|
||||||
The = DefOneNP;
|
The_One = DefOneNP ;
|
||||||
|
The_Many = DefNumNP NoNum ;
|
||||||
A = IndefOneNP ;
|
A = IndefOneNP ;
|
||||||
|
|
||||||
-- This : CN -> NP ;
|
-- This : CN -> NP ;
|
||||||
|
|||||||
@@ -68,7 +68,8 @@ lin
|
|||||||
-- Say = ;
|
-- Say = ;
|
||||||
-- Give = giveV3 ;
|
-- Give = giveV3 ;
|
||||||
|
|
||||||
The = DefOneNP;
|
The_One = DefOneNP;
|
||||||
|
The_Many = DefNumNP NoNum ;
|
||||||
A = IndefOneNP ;
|
A = IndefOneNP ;
|
||||||
|
|
||||||
-- This : CN -> NP ;
|
-- This : CN -> NP ;
|
||||||
|
|||||||
Reference in New Issue
Block a user