mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 19:58:55 -06:00
Swadesh: added MassN category and made some nouns MassN instead of N. Removed some unused instantiations from Bronzeage??? modules. Swadesh: left and right are now Ord instead of A. Bronzeage: all pronouns as NP.
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
concrete SwadeshGer of Swadesh = CatGer
|
||||
** open MorphoGer, LangGer, ParadigmsGer, Prelude in {
|
||||
|
||||
lincat
|
||||
MassN = N ;
|
||||
|
||||
lin
|
||||
|
||||
-- Pronouns
|
||||
@@ -29,6 +32,9 @@ concrete SwadeshGer of Swadesh = CatGer
|
||||
-- other_Det = mkDeterminer Pl "other" ;
|
||||
|
||||
|
||||
-- left_Ord = regA "left" ;
|
||||
-- right_Ord = regA "right" ;
|
||||
|
||||
-- Adverbs
|
||||
|
||||
here_Adv = here_Adv;
|
||||
@@ -93,9 +99,6 @@ concrete SwadeshGer of Swadesh = CatGer
|
||||
-- wide_A = regA "wide" ;
|
||||
yellow_A = yellow_A ;
|
||||
|
||||
-- left_A = regA "left" ;
|
||||
-- right_A = regA "right" ;
|
||||
|
||||
-- Nouns
|
||||
|
||||
-- animal_N = regN "animal" ;
|
||||
|
||||
Reference in New Issue
Block a user