mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Added pronouns to stoneage grammar.
This commit is contained in:
@@ -78,6 +78,15 @@ fun
|
||||
Few : CN -> NP ;
|
||||
Other : CN -> NP ;
|
||||
|
||||
-- Pronouns
|
||||
|
||||
I : NP ;
|
||||
You_One : NP ;
|
||||
He : NP ;
|
||||
We : NP ;
|
||||
You_Many : NP ;
|
||||
They : NP ;
|
||||
|
||||
-- People
|
||||
Woman : CN ;
|
||||
Man : CN ;
|
||||
|
||||
@@ -80,6 +80,17 @@ lin
|
||||
Few = DetNP few_Det ;
|
||||
Other = DetNP other_Det ;
|
||||
|
||||
-- Pronouns
|
||||
|
||||
I = i_NP ;
|
||||
You_One = thou_NP ;
|
||||
He = he_NP ;
|
||||
We = we_NP ;
|
||||
You_Many = you_NP ;
|
||||
They = they_NP ;
|
||||
|
||||
-- Nouns
|
||||
|
||||
Woman = UseN woman_N ;
|
||||
Man = UseN man_N ;
|
||||
Person = UseN person_N ;
|
||||
|
||||
Reference in New Issue
Block a user