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:
bringert
2006-02-28 18:49:04 +00:00
parent f3f141b842
commit cb18bc2557
20 changed files with 102 additions and 61 deletions

View File

@@ -3,6 +3,9 @@
concrete SwadeshNor of Swadesh = CatNor
** open MorphoNor, LangNor, ParadigmsNor, IrregNor, Prelude in {
lincat
MassN = N ;
lin
-- Pronouns
@@ -28,6 +31,9 @@ concrete SwadeshNor of Swadesh = CatNor
few_Det = {s = \\_,_ => "få" ; n = Pl ; det = DDef Indef} ;
other_Det = {s = \\_,_ => "andre" ; n = Pl ; det = DDef Indef} ;
left_Ord = {s = "venstre" ; isDet = True} ;
right_Ord = {s = "høyre" ; isDet = True} ;
-- Adverbs
here_Adv = here_Adv ;
@@ -70,14 +76,12 @@ concrete SwadeshNor of Swadesh = CatNor
good_A = good_A ;
green_A = green_A ;
heavy_A = irregADeg "tung" "tyngre" "tyngst" ;
left_A = mkA "venstre" "venstre" "venstre" ;
long_A = long_A ;
narrow_A = narrow_A ;
near_A = mkADeg "nære" "nære" "nære" "nærmere" "nærmest" ;
new_A = new_A ;
old_A = old_A ;
red_A = red_A ;
right_A = mkA "høyre" "høyre" "høyre" ;
rotten_A = mk3ADeg "råtten" "råttent" "råtne" ;
round_A = regA "rund" ;
sharp_A = mk2A "kvass" "kvast" ;