Skip to content

Commit fe015c7

Browse files
authored
en/RCs: WH-adverb relativizer test from UniversalDependencies/UD_English-EWT#389
1 parent 9daf8b3 commit fe015c7

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

_en/dep/acl-relcl.md

+30-10
Original file line numberDiff line numberDiff line change
@@ -388,26 +388,46 @@ advmod(resigned, when)
388388
acl(headlines, resigned)
389389
~~~
390390

391-
However, it should be considered a relative construction if the WH-adverb can be paraphrased by *in which* or similar, or if the head noun reifies the kind of relation (*the time when*, *the place where*, *the reason why*).
391+
However, it should be considered a relative construction if the WH-adverb can be paraphrased by *in which* or similar, or if the head noun reifies the kind of relation (*the time when*, *the place where*, *the reason why*).[^5]
392392

393393
~~~sdparse
394394
the time when the pizza exploded
395395
acl:relcl(time, exploded)
396396
advmod(exploded, when)
397397
~~~
398398

399-
Some phrases are ambiguous. *The ceremony where/when we became citizens* can be interpreted as an RC if the bestowal of citizenship happened during the ceremony (*in which* interpretation[^2], thus `acl:relcl`).
400-
But *the ceremony when we became citizens* could be used to refer to a particular ceremony held around the time of becoming a citizen, as opposed to some other ceremony held at some other time; the modifier can be fronted as an `advmod` within the higher clause: *When we became citizens, the ceremony...*. This is the `acl` interpretation.
401-
402-
Illustrating the contrast with *where*:
403-
- The house where Kim grew up is on Elm Street: `acl:relcl`. Cf.:
404-
* the house **in which** Kim grew up
405-
* #Where Kim grew up, the house is on Elm Street.
406-
- The economy where Kim lives is struggling: probably `acl`, interpreted like *Where Kim lives, the economy is struggling.*
399+
Some phrases are ambiguous. *The ceremony where we became citizens* can be interpreted as an RC if the bestowal of citizenship happened during the ceremony (*in which* interpretation[^2], thus `acl:relcl`). In that interpretation, the ceremony serves as the setting for the bestowal of citizenship. But there is another interpretation, in which the ceremony need not be a naturalization ceremony: if *where we became citizens* helps identify the place of a separate ceremony, we treat this as a free relative attaching to the nominal as `advmod`, akin to *here*. Finally, for *The ceremony when we became citizens*, we take *when we became citizens* to be locating the ceremony in time, designated with `acl` (but other readings might be possible). Fronting the WH-clause in a matrix clause may help distinguish the readings: *Where/when we became citizens, there was a nice ceremony* suggests the WH-clause is providing the place or time setting for the ceremony, not the reverse.
407400

408401
[^2]: Or, formally, *wherein*.
409402

410-
☞ TODO: it may be more complicated than this. look at CGEL pp. 1078-1079
403+
### Testing whether WH-adverb is a Relativizer
404+
405+
Modifier clauses marked with *when* or *where* can be hard to classify as relative or non-relative. *CGEL* presents arguments that two structures are possible in some cases (pp. 1078-1079). We use the following heuristics:
406+
407+
1. A *where*-clause that modifies a reference to (broadly speaking) a place/situation/arrangement, or a *when*-clause that modifies a reference to a time, is a relative clause.
408+
409+
* the hole where the ground caved in
410+
* I heard it on [a show where members of the administration often appear as guests]
411+
* I heard it on [one of the Sunday shows, where it is customary to have interviews with administration spokespeople]
412+
* the date when I’ll be back from my trip
413+
* please schedule it on [the 26th, when I’ll be back from my trip]
414+
415+
An adnominal *where*-clause that can be readily paraphrased with *in which* or similar is also considered a relative clause:
416+
* a situation where/in which nobody wins
417+
* a journey where/on which you get to experience different cultures
418+
419+
2. If it is a *where*-clause and *where* has a locative meaning, treat it as a free relative.
420+
421+
* Where I had lunch yesterday, it was very windy.
422+
* Where I was \_\_ yesterday, it was very windy.
423+
* Where I came from \_\_, it was very windy.
424+
425+
3. Otherwise, default to the non-relative analysis (`acl` or `advcl`). Here the adverb is functioning as neither interrogative nor relative.
426+
427+
* Where you might be tempted to fold, I am willing to call the bet. (non-locative)
428+
* When Nixon resigned, the disruption was substantial.
429+
* Nobody had anticipated [the disruption when Nixon resigned]
430+
* the unemployment rate when Biden came into office
411431

412432
## Free Relatives
413433

0 commit comments

Comments
 (0)