summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2024-03-19 21:39:54 +0000
committerJJ2024-03-19 21:41:36 +0000
commit0068900cfb7d17d5f65a899f7a068d0e5dbfaa2c (patch)
treebb6449b66c8f4b5a2b6d91ed40a267f8f0414190
parentafe993a1e92b246672161c9cee3ad9b4ad66e2bb (diff)
meow
-rw-r--r--linguistics/syntax.md20
-rw-r--r--linguistics/tense-no-tense.pngbin0 -> 10820 bytes
-rw-r--r--linguistics/tense-null.pngbin12688 -> 13530 bytes
3 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...
diff --git a/linguistics/tense-no-tense.png b/linguistics/tense-no-tense.png
new file mode 100644
index 0000000..1ea1c6d
--- /dev/null
+++ b/linguistics/tense-no-tense.png
Binary files differ
diff --git a/linguistics/tense-null.png b/linguistics/tense-null.png
index f5cbf37..106e0b9 100644
--- a/linguistics/tense-null.png
+++ b/linguistics/tense-null.png
Binary files differ