Compare commits

..

No commits in common. "a0310b9cf6dbc8d2d3199292063d563a3210683c" and "55fddd41362154b17314ff06b0d83121113da684" have entirely different histories.

1 changed files with 48 additions and 107 deletions

View File

@ -104,13 +104,13 @@ It's important to know that _not all words can be inflected_. If a word doesn't
## Exceptions ## Exceptions
Whatever kind of word you're using, it will always inflect for the <Link to="/inflection/inflection-intro/">three reasons</Link> that we mentioned earlier. However, there are a few exceptions. Whatever kind of word you're using, it will always inflect for the <Link to="/inflection/inflection-intro/">three reasons</Link> that we mentioned earlier. However, there are two big exceptions.
### Pattern 1 words in sandwiches starting with په - pu ### Pattern 1 words in sandwiches starting with په - pu
When you put a <Link to="/inflection/inflection-patterns/#1-basic">pattern 1 - basic</Link> word in a sandwich starting with <InlinePs opts={opts} ps={{ p: "په ...", f: "pu ..." }} /> sandwich, the first inflection is optional. Some people will use it, some will not. When you put a <Link to="/inflection/inflection-patterns/#1-basic">pattern 1 - basic</Link> word in a the <InlinePs opts={opts} ps={{ p: "په ... کې", f: "pu ... ke", e: "in" }} /> sandwich, **it will not use the first inflection**.
For example: For example, let's put the word <InlinePs opts={opts} ps={{ p: "کوټه", f: "koTa", e: "room" }} /> inside the sandwich <InlinePs opts={opts} ps={{ p: "په ... کې", f: "pu ... ke", e: "in" }} />. It doesn't inflect!
<Examples opts={opts}> <Examples opts={opts}>
{psmd([ {psmd([
@ -119,11 +119,37 @@ For example:
f: "zu **pu koTa ke** yum", f: "zu **pu koTa ke** yum",
e: "I am **in the room**", e: "I am **in the room**",
}, },
])}
</Examples>
But if you make it plural, it _will_ use the second inflection. Only the first inflection is skipped.
<Examples opts={opts}>
{psmd([
{ {
p: "زه **په کوټې کې** یم", p: "مونږ **په کوټو کې** یو",
f: "zu **pu koTe ke** yum", f: "moonG **pu koTo ke** yoo",
e: "I am **in the room**", e: "We are **in the rooms**",
}, },
])}
</Examples>
Remember that in any other kind of sandwich, you still use the first inflection with these pattern 1 words.
<Examples opts={opts}>
{psmd([
{
p: "زه **کوټې ته** ځم",
f: "zu **koTé ta** dzum",
e: "I'm going to the room",
},
])}
</Examples>
Other sandwiches starting with <InlinePs opts={opts} ps={{ p: "په", f: "pu" }} /> like <InlinePs opts={opts} ps={{ p: "په ... باندې", f: "pu ... baande" }} /> are a bit flexible with these pattern 1 words. Sometimes people will inflect them and sometimes they won't.
<Examples opts={opts}>
{psmd([
{ {
p: "هغه **په ښځه باندې** ډوډۍ پخوي", p: "هغه **په ښځه باندې** ډوډۍ پخوي",
f: "hagha **pu xudza baande** DoDuy pakhawee", f: "hagha **pu xudza baande** DoDuy pakhawee",
@ -139,48 +165,23 @@ For example:
])} ])}
</Examples> </Examples>
But if you make it plural, it will always use the second inflection. Only the first inflection is skipped.
<Examples opts={opts}>
{psmd([
{
p: "مونږ **په کوټو کې** یو",
f: "moonG **pu koTo ke** yoo",
e: "We are **in the rooms**",
},
{
p: "هغه **په ښځو باندې** ډوډۍ پخوي",
f: "hagha **pu xudzo baande** DoDuy pakhawee",
e: "He gets his wives to cook the food",
sub: "not inflected",
},
])}
</Examples>
Remember that in any other kind of sandwich, you will _always_ use the first inflection with these pattern 1 words. They are only optional with sandwiches starting with <InlinePs opts={opts} ps={{ p: "په ...", f: "pu ..." }} />.
<Examples opts={opts}>
{psmd([
{
p: "زه **کوټې ته** ځم",
f: "zu **koTé ta** dzum",
e: "I'm going to the room",
},
{
p: "❌ زه **کوټه ته** ځم ❌",
f: "❌ zu **koTá ta** dzum ❌",
e: "I'm going to the room",
},
])}
</Examples>
### Pattern 4 masculine animate nouns ### Pattern 4 masculine animate nouns
Pattern 4 <strong>masculine animate nouns</strong> (ie. a person or animal) in this pattern will often<strong>only use the first inflection for the plural</strong>. Some people will use the first inflection for all three reason, but most will not. <p>
<Link to="/inflection/inflection-patterns/#4-words-with-the-pashtoon-pattern">
Pattern 4
</Link>
{` `}
<strong>masculine animate nouns</strong> (ie. a person or animal) in this
pattern will often{` `}
<strong>only use the first inflection for the plural</strong>. (In some dialects
and formal written text though, they will still use the inflection for all three
reasons.)
</p>
#### In sandwiches #### In sandwiches
For example, if we put the the masculine singular word <InlinePs opts={opts} ps={{ p: "پښټون", f: "puxtoon" }} /> in a sandwich, _usually_ people will not inflect it. But the feminine form will always inflect. For example, if we put the the singular word <InlinePs opts={opts} ps={{ p: "پښټون", f: "puxtoon" }} /> in a sandwich, _usually_ people will not inflect it.
<Examples opts={opts}> <Examples opts={opts}>
{psmd([ {psmd([
@ -222,14 +223,8 @@ For example, if we put the the masculine singular word <InlinePs opts={opts} ps=
{ {
p: "**پښتون** زه ولیدم", p: "**پښتون** زه ولیدم",
f: "**puxtoon** zu óoledum", f: "**puxtoon** zu óoledum",
e: "The Pashtun (m.) saw me", e: "The Pashtun saw me",
sub: "masc. not inflected", sub: "not inflected",
},
{
p: "**پښتنې** زه ولیدم",
f: "**puxtané** zu óoledum",
e: "The Pashtun (f.) saw me",
sub: "inflected",
}, },
{ {
p: "**پښتنو** زه ولیدم", p: "**پښتنو** زه ولیدم",
@ -258,60 +253,6 @@ But these words will _always_ use the first inflection for the plural.
])} ])}
</Examples> </Examples>
### Pattern 4 masculine animate unusual nouns
There are a few words that don't perfectly fit the "Pashtoon" pattern. For example:
- <InlinePs opts={opts} ps={{ p: "مېلمه", f: "melmá", e: "guest" }} />
- <InlinePs opts={opts} ps={{ p: "کوربه", f: "korbá", e: "host" }} />
When masculine, these words will only use the first inflection for plurals. They will not use the first inflection for sandwiches or for subjects of transitive past tense words. For example:
<Examples opts={opts}>
{psmd([
{
p: "مېلمانه ناست دي",
f: "melmaanú naast dee",
e: "The guests are sitting",
sub: "masc. inflected for plural"
},
{
p: "د مېلمه نوم څه دی؟",
f: "du melmá noom tsu day?",
e: "What is the guest's (m.) name?",
sub: "masc. not inflected for sandwich"
},
{
p: "د مېلمنې نوم څه دی",
f: "du melmané noom tsu day?",
e: "What is the guest's (f.) name?",
sub: "fem. inflected for sandwich"
},
{
p: "مېلمنو نومونه څه دي",
f: "du melmanó noomoona tsu dee?",
e: "What are the guests' names?",
},
{
p: "مېلمه زه ولیدم",
f: "melmá zu óoleedum",
e: "The guest (m.) saw me",
sub: "masc. not inflected for subject of past-tense trans."
},
{
p: "مېلمنې زه ولیدم",
f: "melmané zu óoleedum",
e: "The guest (f.) saw me",
sub: "fem. inflected for subject of past-tense trans."
},
{
p: "مېلمنو زه ولیدم",
f: "melmano zu óoleedum",
e: "The guests saw me",
},
])}
</Examples>
<GameDisplay record={inflectionPatternsGame1} /> <GameDisplay record={inflectionPatternsGame1} />
<GameDisplay record={inflectionPatternsGame2} /> <GameDisplay record={inflectionPatternsGame2} />