summaryrefslogtreecommitdiff
path: root/next-lib/src/abstract
diff options
context:
space:
mode:
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 ;
}