diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-02-28 18:49:04 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-02-28 18:49:04 +0000 |
| commit | cd1fcf61c3beb9464584e5a4cc68f93adf824005 (patch) | |
| tree | 38046859711ec64682c7dc1ca3221c2a9a21df7b /examples/bronzeage/SwadeshSwe.gf | |
| parent | b90629b7650ed0a7231f90780c243d5c5faf6071 (diff) | |
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.
Diffstat (limited to 'examples/bronzeage/SwadeshSwe.gf')
| -rw-r--r-- | examples/bronzeage/SwadeshSwe.gf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/bronzeage/SwadeshSwe.gf b/examples/bronzeage/SwadeshSwe.gf index 69f8841ac..29e166f2d 100644 --- a/examples/bronzeage/SwadeshSwe.gf +++ b/examples/bronzeage/SwadeshSwe.gf @@ -1,8 +1,11 @@ ---# -path=.:../swedish:../common:../abstract:../scandinavian:../../prelude +--# -path=.:present:prelude concrete SwadeshSwe of Swadesh = CatSwe ** open MorphoSwe, LangSwe, ParadigmsSwe, IrregSwe, Prelude in { + lincat + MassN = N ; + lin -- Pronouns @@ -28,6 +31,8 @@ concrete SwadeshSwe of Swadesh = CatSwe few_Det = {s = \\_,_ => "få" ; n = Pl ; det = DDef Indef} ; other_Det = {s = \\_,_ => "andra" ; n = Pl ; det = DDef Indef} ; + left_Ord = {s = "vänstra" ; isDet = True} ; + right_Ord = {s = "högra" ; isDet = True} ; -- Adverbs @@ -72,7 +77,6 @@ concrete SwadeshSwe of Swadesh = CatSwe good_A = good_A ; green_A = green_A ; heavy_A = irregA "tung" "tyngre" "tyngst" ; - left_A = regA "vänster" ; ---- long_A = long_A ; narrow_A = narrow_A ; near_A = mkA "nära" "nära" "nära" "nära" @@ -80,7 +84,6 @@ concrete SwadeshSwe of Swadesh = CatSwe new_A = new_A ; old_A = old_A ; red_A = red_A ; - right_A = regA "höger" ; ---- rotten_A = mk3A "rutten" "ruttet" "ruttna" ; round_A = regA "rund" ; sharp_A = regA "vass" ; |
