summaryrefslogtreecommitdiff
path: root/linguistics/syntax.md
diff options
context:
space:
mode:
Diffstat (limited to 'linguistics/syntax.md')
-rw-r--r--linguistics/syntax.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/linguistics/syntax.md b/linguistics/syntax.md
index d5d88a6..b1ff9bc 100644
--- a/linguistics/syntax.md
+++ b/linguistics/syntax.md
@@ -244,6 +244,26 @@ Merge is *the* fundamental underlying aspect of syntax and arguably language as
### head movement
+![will](tense-no-tense.png)
+<details markdown="block">
+<summary>LaTeX</summary>
+
+```forest
+\begin{forest}
+[$V$
+ [$D$ [I, roof]]
+ [$V_D$
+ [$V_{D,P}$ [walk]]
+ [$P$
+ [$P_D$ [to]]
+ [$D$
+ [$D_N$ [the]]
+ [$N$ [school]]]]]]]
+\end{forest}
+```
+
+</details>
+
So far, we have not dealt with tense. We have diagrammed sentences with verbs in present and past forms by entirely ignoring their *-s* and *-ed* affixes. But tense is an aspect of grammar just like anything else, and writing it off as purely semantic does no good to anyone. Indeed, the English future having its tense marker *will* as a free-standing morpheme strongly suggests that we have to treat tense as a category in its own right, and not just as an inflectional property of verbs.
A tense needs a *subject*. This is evident in our tree structure below, but is motivated by...