summaryrefslogtreecommitdiff
path: root/examples/bronzeage/SwadeshRus.gf
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-02-28 18:49:04 +0000
committerbringert <bringert@cs.chalmers.se>2006-02-28 18:49:04 +0000
commitcd1fcf61c3beb9464584e5a4cc68f93adf824005 (patch)
tree38046859711ec64682c7dc1ca3221c2a9a21df7b /examples/bronzeage/SwadeshRus.gf
parentb90629b7650ed0a7231f90780c243d5c5faf6071 (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/SwadeshRus.gf')
-rw-r--r--examples/bronzeage/SwadeshRus.gf8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/bronzeage/SwadeshRus.gf b/examples/bronzeage/SwadeshRus.gf
index 43be5fbfa..651b0b0fa 100644
--- a/examples/bronzeage/SwadeshRus.gf
+++ b/examples/bronzeage/SwadeshRus.gf
@@ -4,6 +4,10 @@ concrete SwadeshRus of Swadesh = CatRus
** open ResourceRus, SyntaxRus, ParadigmsRus,
BasicRus, Prelude in {
flags coding=utf8 ;
+
+ lincat
+ MassN = N ;
+
lin
-- Pronouns
@@ -29,6 +33,8 @@ flags coding=utf8 ;
few_Det = adjInvar "мало" ** {n = Sg; g = PNoGen; c= Nom} ;
other_Det = drugojDet ** {n = Sg; g = PNoGen; c= Nom} ;
+-- left_Ord = AStaruyj "лев";
+-- right_Ord = AStaruyj "прав";
-- Adverbs
@@ -73,14 +79,12 @@ flags coding=utf8 ;
good_A = good_A ;
green_A = green_A ;
heavy_A = mkA (AStaruyj "тяжел") "тяжелее";
- left_A = AStaruyj "лев";
long_A = long_A ;
narrow_A = narrow_A ;
near_A = mkA (AMalenkij "близк") "ближе";
new_A = new_A ;
old_A = old_A ;
red_A = red_A ;
- right_A = AStaruyj "прав";
rotten_A = mkA (AMolodoj "гнил") "гнилее";
round_A = mkA (AStaruyj "кругл") "круглее";
sharp_A = mkA (AStaruyj "остр") "острее";