Long-distance dependency minimal pairs
Equations
- One or more equations did not get rendered due to their size.
Instances For
Relative clause minimal pairs
Equations
- One or more equations did not get rendered due to their size.
Instances For
Complement clause minimal pairs
Equations
- One or more equations did not get rendered due to their size.
Instances For
A grammar captures long-distance dependencies
- grammar : G
- capturesWhQuestions : Grammar.capturesPhenomenon G grammar longDistanceData
- capturesRelatives : Grammar.capturesPhenomenon G grammar relativeClauseData
- capturesComplements : Grammar.capturesPhenomenon G grammar complementClauseData
Instances
Find the position of a wh-word
Equations
- Phenomena.FillerGap.LongDistance.findWhPosition ws = List.findIdx? (fun (x : Word) => x.features.wh) ws
Instances For
Check if wh-word is fronted (at position 0, 1, or 2 for embedded)
Equations
- One or more equations did not get rendered due to their size.