From 7f20c8be2d51b3082e44aa9481cf55037618e409 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Mon, 25 Jul 2022 20:52:43 -0500 Subject: [PATCH] more on compounds --- src/components/Image.tsx | 2 +- .../generative-stative-compound.svg | 311 ++++++++++++++++++ .../compound-verbs/more-on-compounds.mdx | 65 +++- 3 files changed, 373 insertions(+), 5 deletions(-) create mode 100644 src/content/compound-verbs/generative-stative-compound.svg diff --git a/src/components/Image.tsx b/src/components/Image.tsx index c74b6d7..0886d05 100644 --- a/src/components/Image.tsx +++ b/src/components/Image.tsx @@ -3,7 +3,7 @@ function Image(props: { alt?: string, maxWidth?: string | number, }) { - return
diff --git a/src/content/compound-verbs/generative-stative-compound.svg b/src/content/compound-verbs/generative-stative-compound.svg new file mode 100644 index 0000000..18d9f50 --- /dev/null +++ b/src/content/compound-verbs/generative-stative-compound.svg @@ -0,0 +1,311 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/content/compound-verbs/more-on-compounds.mdx b/src/content/compound-verbs/more-on-compounds.mdx index 4d8d602..c4e2b55 100644 --- a/src/content/compound-verbs/more-on-compounds.mdx +++ b/src/content/compound-verbs/more-on-compounds.mdx @@ -18,6 +18,7 @@ import VideoPlayer from "../../components/VideoPlayer"; import BasicBlocks from "../../components/BasicBlocks"; import Image from "../../components/Image"; import helperVerbsSummaryChart from "./helper-verbs-summary-chart.svg"; +import generativeStativeCompound from "./generative-stative-compound.svg"; import ironingStative from "./ironing-stative.svg"; Once we learn about the difference between stative and dynamic compounds, a lot of confusion is removed. @@ -62,7 +63,7 @@ With the stative version we are using So we are talking about making an object ironed. - + In the past tense, the verb will always agree with the object that's being ironed (the of the phrase). @@ -165,8 +166,64 @@ In this example: - the verb agrees with the object - there is a prefix because we're using - -## Generative Stative Compounds +## Generative stative compounds -IN PROGRESS +There are a number of compound verbs like: +- +- +- + +that can be used either as dynamic compounds or as **generative stative compounds**. + +That means that these can be used as stative compounds, but **with an unspoken complement** that describes something "existing." + +generative stative compound diagram + +So with you could say: + +{[ + { + p: "هغې چیغه وکړه", + f: "haghé chéegha óokRa", + e: "She screamed", + sub: "DYNAMIC - lit. she did a scream" + }, +]} + +or + +{[ + { + p: "هغې چیغه کړه", + f: "haghé chéegha kRa", + e: "She screamed", + sub: "GENERATIVE STATIVE - lit. she made a scream existing (she let out/created a scream)" + }, +]} + +You might also hear something like, + +{[ + { + p: "ما منډه کړه", + f: "maa múnDa kRa", + e: "I ran", + sub: "GENERATIVE STATIVE - lit. I made a run existing (I let out/created a run)", + }, +]} + +And these can work the the intransitive versions as well + +{[ + { + p: "چیغه شوه", + f: "chéegha shwa", + e: "A scream was let out", + sub: "GENERATIVE STATIVE - lit. A scream became existing", + }, +]} \ No newline at end of file