add master chart
This commit is contained in:
parent
098cf9aced
commit
9c5c884008
|
@ -73,6 +73,8 @@ import * as allPerfectVerbs from "!babel-loader!@lingdocs/mdx-loader!./verbs/all
|
|||
import * as passiveVoice from "!babel-loader!@lingdocs/mdx-loader!./verbs/passive-voice.mdx";
|
||||
// @ts-ignore
|
||||
import * as ability from "!babel-loader!@lingdocs/mdx-loader!./verbs/ability.mdx";
|
||||
// @ts-ignore
|
||||
import * as masterChart from "!babel-loader!@lingdocs/mdx-loader!./verbs/master-chart.mdx";
|
||||
|
||||
// @ts-ignore
|
||||
import * as compoundVerbsIntro from "!babel-loader!@lingdocs/mdx-loader!./compound-verbs/intro.mdx";
|
||||
|
@ -282,6 +284,10 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [
|
|||
import: passiveVoice,
|
||||
slug: "passive-voice",
|
||||
},
|
||||
{
|
||||
import: masterChart,
|
||||
slug: "master-chart",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -0,0 +1,175 @@
|
|||
---
|
||||
title: Verb Forms Master Chart
|
||||
---
|
||||
|
||||
import { Camera, Video } from "../../components/terms-links";
|
||||
import Link from "../../components/Link";
|
||||
|
||||
## Basic Verb Tenses
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><Video /> Imperfective</th>
|
||||
<th scope="col"><Camera /> Perfective</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<div>Present</div>
|
||||
<div>
|
||||
<samp>imperfective stem + present ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>Subjunctive</div>
|
||||
<div>
|
||||
<samp>perfective stem + present ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div>Imperfective Future</div>
|
||||
<div>
|
||||
<samp>ba + Present</samp>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>Perfective Future</div>
|
||||
<div>
|
||||
<samp>ba + Subjunctive</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr className="table-active">
|
||||
<td>
|
||||
<div>Continuous Past</div>
|
||||
<div>
|
||||
<samp>imperfective root + past ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>Simple Past</div>
|
||||
<div>
|
||||
<samp>perfective root + past ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr className="table-active">
|
||||
<td>
|
||||
<div>Habitual Continuous Past</div>
|
||||
<div>
|
||||
<samp>ba + Continuous Past</samp>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>Habitual Simple Past</div>
|
||||
<div>
|
||||
<samp>ba + Simple Past</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<details>
|
||||
<summary>simplified</summary>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">For each aspect</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<div>Present/Subjunctive</div>
|
||||
<div>
|
||||
<samp>stem + present ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div>Future</div>
|
||||
<div>
|
||||
<samp>ba + above</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr className="table-active">
|
||||
<td>
|
||||
<div>Past</div>
|
||||
<div>
|
||||
<samp>root + past ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr className="table-active">
|
||||
<td>
|
||||
<div>Habitual Past</div>
|
||||
<div>
|
||||
<samp>ba + above</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</details>
|
||||
|
||||
## Imperative Forms
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th scope="col"><Video /> Imperfective</th>
|
||||
<th scope="col"><Camera /> Perfective</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Pos.</td>
|
||||
<td>
|
||||
<div>Imperfective Imperative</div>
|
||||
<div>
|
||||
<samp>imperfective stem + imperative ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>Perfective Imperative</div>
|
||||
<div>
|
||||
<samp>perfective stem + imperative ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Neg.</td>
|
||||
<td colspan="2" className="text-center">
|
||||
<div>Negative Imperative</div>
|
||||
<div>
|
||||
<samp>مه - mú + imperfective stem + imperative ending</samp>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## Perfect Verb Forms
|
||||
|
||||
<div className="my-3">
|
||||
<samp>past participle + equative</samp>
|
||||
</div>
|
||||
|
||||
Any of the <Link to="/equatives/other-equatives/#overview-of-8-equatives">8 equatives</Link> may be used. Equative may be left out with the present perfect form.
|
||||
|
||||
## Ability Verb Forms
|
||||
|
||||
Same formulas as <Link to="/verbs/master-chart/#basic-verb-tenses">basic verb tenses</Link> but with the <Link to="/verbs/ability/#making-the-ability-roots-and-stems">ability roots and stems</Link>.
|
||||
|
||||
## Passive Verb Forms
|
||||
|
||||
Same formulas as the <Link to="/verbs/master-chart/#basic-verb-tenses">basic verb tenses</Link> and <Link to="/verbs/master-chart/#perfect-verb-forms">perfect verb forms</Link>, but with the <Link to="/verbs/passive-voice/#making-passive-roots-and-stems">passive roots and stems</Link>.
|
Loading…
Reference in New Issue