diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-14 17:32:34 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-14 17:32:34 +0000 |
| commit | d5fa908250517476d69fae92ec7648a207007c0a (patch) | |
| tree | c0b685f8e506cc64d0b9260239cb0c7e26452167 /next-lib/src/abstract/Relative.gf | |
| parent | f2a5937120e4c9d0e633f252b50a008746422a07 (diff) | |
rules for constructing structural words (separate from Paradigms - is this desirable?)
Diffstat (limited to 'next-lib/src/abstract/Relative.gf')
| -rw-r--r-- | next-lib/src/abstract/Relative.gf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
