Transformations & Special Constructions: A Practical Overview

Quick Summaries

ConstructionOne-line DefinitionExample
NegationReverses meaning with not, no, etc.“The deployment did not fail.”
Question FormationRearranges clauses to request info.Did the deployment finish?”
InversionFlips auxiliary & subject for emphasis.Rarely have tests run faster.”
Cleft SentencesSplits clause to highlight focus.It was latency that hurt UX.”
Existential ThereUses there is/are to present info.There are bugs in v2.”
EllipsisOmits repeated material.“CI passed, and staging (did) too.”
SubstitutionReplaces text with pro-form (do, so).“We predicted downtime, and it seems so.”

When to Choose Each Construction

GoalPreferWhy
Deny or reverse statementsNegationKeeps wording minimal.
Request data or confirmationQuestionEngages reader directly.
Spotlight surprising infoInversionFront-loads rarity or extent.
Emphasise one clause elementCleftClarifies focus without bolding.
Introduce new entitiesExistential ThereSmooth topic flow.
Avoid repetitionEllipsisTightens prose.
Shorten follow-upsSubstitutionMaintains rhythm, reduces clutter.

Converting Affirmative → Negative

  1. Locate auxiliary (be, have, modal); add not after it.
  2. If none, insert do/does/did.
  3. Keep main verb in base form if do-support used.
Affirmative: “Servers log events.”
Negative: “Servers do not log events.”

Converting Statement → Question

  1. Move the first auxiliary before the subject.
  2. If none, add do/does/did up front.
  3. Capitalise and end with “?”.
Statement: “The patch fixed latency.”
Question:Did the patch fix latency?”