summaryrefslogtreecommitdiff
path: root/next-lib/src/abstract
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-11-14 17:32:34 +0000
committeraarne <aarne@cs.chalmers.se>2008-11-14 17:32:34 +0000
commitd5fa908250517476d69fae92ec7648a207007c0a (patch)
treec0b685f8e506cc64d0b9260239cb0c7e26452167 /next-lib/src/abstract
parentf2a5937120e4c9d0e633f252b50a008746422a07 (diff)
rules for constructing structural words (separate from Paradigms - is this desirable?)
Diffstat (limited to 'next-lib/src/abstract')
-rw-r--r--next-lib/src/abstract/Noun.gf1
-rw-r--r--next-lib/src/abstract/Relative.gf2
-rw-r--r--next-lib/src/abstract/Structural.gf3
3 files changed, 3 insertions, 3 deletions
diff --git a/next-lib/src/abstract/Noun.gf b/next-lib/src/abstract/Noun.gf
index 0a149ba82..2daf141d6 100644
--- a/next-lib/src/abstract/Noun.gf
+++ b/next-lib/src/abstract/Noun.gf
@@ -132,4 +132,5 @@ abstract Noun = Cat ** {
ApposCN : CN -> NP -> CN ; -- city Paris (, numbers x and y)
+
} ;
diff --git a/next-lib/src/abstract/Relative.gf b/next-lib/src/abstract/Relative.gf
index 6db45d085..00289bdf5 100644
--- a/next-lib/src/abstract/Relative.gf
+++ b/next-lib/src/abstract/Relative.gf
@@ -17,7 +17,7 @@ abstract Relative = Cat ** {
RelSlash : RP -> ClSlash -> RCl ; -- whom John loves
-- Relative pronouns are formed from an 'identity element' by prefixing
--- or suffixing (depending on language) prepositional phrases.
+-- or suffixing (depending on language) prepositional phrases or genitives.
IdRP : RP ; -- which
FunRP : Prep -> NP -> RP -> RP ; -- the mother of whom
diff --git a/next-lib/src/abstract/Structural.gf b/next-lib/src/abstract/Structural.gf
index 8ba4486d1..1c952a4b7 100644
--- a/next-lib/src/abstract/Structural.gf
+++ b/next-lib/src/abstract/Structural.gf
@@ -109,13 +109,12 @@ abstract Structural = Cat ** {
youPol_Pron : Pron ; -- you (polite)
no_Quant : Quant ;
- nobody_but_Predet : Predet ;
- nothing_but_Predet : Predet ;
not_Predet : Predet ;
if_then_Conj : Conj ;
at_least_AdN : AdN ;
at_most_AdN : AdN ;
nobody_NP : NP ;
nothing_NP : NP ;
+ except_Prep : Prep ;
}