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/SwadeshEng.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/SwadeshEng.gf')
| -rw-r--r-- | examples/bronzeage/SwadeshEng.gf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/bronzeage/SwadeshEng.gf b/examples/bronzeage/SwadeshEng.gf index 04a332ae5..068284724 100644 --- a/examples/bronzeage/SwadeshEng.gf +++ b/examples/bronzeage/SwadeshEng.gf @@ -3,6 +3,9 @@ concrete SwadeshEng of Swadesh = CatEng ** open MorphoEng, LangEng, ParadigmsEng, IrregEng, Prelude in { + lincat + MassN = N ; + lin -- Pronouns @@ -28,6 +31,8 @@ concrete SwadeshEng of Swadesh = CatEng few_Det = mkDeterminer Pl "few" ; other_Det = mkDeterminer Pl "other" ; + left_Ord = ss "left" ; + right_Ord = ss "right" ; -- Adverbs @@ -93,9 +98,6 @@ concrete SwadeshEng of Swadesh = CatEng wide_A = regA "wide" ; yellow_A = yellow_A ; - left_A = regA "left" ; - right_A = regA "right" ; - -- Nouns animal_N = regN "animal" ; |
