added section on using the imperfective imperative for emphasis
This commit is contained in:
parent
af77d6bd0a
commit
6dfb47098c
|
@ -37,7 +37,7 @@ export const basicVerbs = verbs.filter(
|
|||
</Link>
|
||||
</Formula>
|
||||
|
||||
The <i className="fas fa-video" /> **imperfective imperative** is used when you want to tell someone to something repeatedly, in general, or if you're wanting them to get going on action that will be ongoing.
|
||||
The <i className="fas fa-video" /> **imperfective imperative** is used when you want to tell someone to something repeatedly, in general, or if you're wanting them to get going on action that will be ongoing. It's used for giving commands in the <i className="fas fa-video" /> <Link to="/verbs/verb-aspect/#imperfective-aspect">imperfective aspect</Link>. It's also used when you want to emphasize the firmness or certainty of a command, regardless of aspect.
|
||||
|
||||
<div className="text-center">
|
||||
<img src={imperfectiveImperative} alt="" className="img-fluid" />
|
||||
|
@ -171,7 +171,7 @@ For Pashto learners, having a choice between the perfective and imperfective imp
|
|||
</table>
|
||||
</div>
|
||||
|
||||
Notice how the in the perfective form _the accent is always on the front_ because it's based on the <Link to="/verbs/roots-and-stems/">perfective stem</Link>.
|
||||
Notice how the in the perfective form _the accent is always on the front_ because it's based on the <Link to="/verbs/roots-and-stems/">perfective stem</Link>
|
||||
|
||||
### Singular and Plural
|
||||
|
||||
|
@ -215,6 +215,35 @@ You will notice there are only two <Link to="/verbs/verb-endings/#imperative-ver
|
|||
|
||||
<GameDisplay record={imperativeVerbGame2} />
|
||||
|
||||
### Using the Imperfective Imperative for Emphasis
|
||||
|
||||
You might remember that we can use the <Link to="/verbs/future-verbs/#imperfective-future">imperfective future</Link> to emphasize the _certainty_ of something happen, like saying that something will _definately_ happen, regardless of aspect.
|
||||
|
||||
In the same way, we can use the <i className="fas fa-video" /> <Link to="/verbs/imperative-verbs/#imperfective-imperative">imperfective imperative</Link> to make a command more forceful and certain, kind of saying "definately make sure you do this!"
|
||||
|
||||
<Examples opts={opts}>
|
||||
{psmd([
|
||||
{
|
||||
p: "دا عکس راته **ولېږه**!",
|
||||
f: "daa aks raa-ta **óoleGa**!",
|
||||
e: "Send me that picture.",
|
||||
sub: "Perfective - one time request",
|
||||
},
|
||||
{
|
||||
p: "عکسونه راته **لېږه**!",
|
||||
f: "aksóona raa-ta **leGá**!",
|
||||
e: "Send me pictures.",
|
||||
sub: "Imperfective - send again and again, over time",
|
||||
},
|
||||
{
|
||||
p: "دا عکس راته **لېږه**!",
|
||||
f: "daa aks raa-ta **leGá**!",
|
||||
e: "Definately send me that picture!",
|
||||
sub: "Imperfective form used to make the one time request more forceful and definite.",
|
||||
},
|
||||
])}
|
||||
</Examples>
|
||||
|
||||
## Negative Imperatives
|
||||
|
||||
**In the negative form of commands** (ie. _"Don't \_\_\_\_"_), **the aspect choice dissapears**. There is no imperfective/perfective option with negative imperatives, there's only one form.
|
||||
|
|
Loading…
Reference in New Issue