oops
This commit is contained in:
parent
af42ec2c87
commit
defb110d6d
|
@ -312,27 +312,6 @@ and make a phrase like,
|
||||||
{"blocks":[{"key":0.519783070125974,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":0,"distance":"far"}}}},{"key":0.9491826191102801,"block":{"type":"objectSelection","selection":"none"}}],"verb":{"type":"verb","verb":{"entry":{"ts":1527812275,"i":11623,"p":"لیدل","f":"leedul","g":"leedul","e":"to see","c":"v. trans./gramm. trans.","psp":"وین","psf":"ween","tppp":"لید","tppf":"leed","ec":"see,sees,seeing,saw,seen"}},"verbTense":"perfectivePast","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"transitive","isCompound":false,"voice":"passive","negative":false,"canChangeTransitivity":true,"canChangeVoice":true,"canChangeStatDyn":false},"form":{"removeKing":false,"shrinkServant":false}}
|
{"blocks":[{"key":0.519783070125974,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":0,"distance":"far"}}}},{"key":0.9491826191102801,"block":{"type":"objectSelection","selection":"none"}}],"verb":{"type":"verb","verb":{"entry":{"ts":1527812275,"i":11623,"p":"لیدل","f":"leedul","g":"leedul","e":"to see","c":"v. trans./gramm. trans.","psp":"وین","psf":"ween","tppp":"لید","tppf":"leed","ec":"see,sees,seeing,saw,seen"}},"verbTense":"perfectivePast","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"transitive","isCompound":false,"voice":"passive","negative":false,"canChangeTransitivity":true,"canChangeVoice":true,"canChangeStatDyn":false},"form":{"removeKing":false,"shrinkServant":false}}
|
||||||
}</EditableVPEx>
|
}</EditableVPEx>
|
||||||
|
|
||||||
Again, same thing for the past tense verbs. We know that the <Link to="/verbs/past-verbs/#simple-past">simple past</Link> is made with the formula:
|
|
||||||
|
|
||||||
<Formula>
|
|
||||||
Perfective root +{` `}
|
|
||||||
<Link to="/verbs/verb-endings/#past-verb-endings">Past verb ending</Link>
|
|
||||||
</Formula>
|
|
||||||
|
|
||||||
So we take the *perfective root*:
|
|
||||||
|
|
||||||
<RootsAndStems
|
|
||||||
textOptions={opts}
|
|
||||||
info={passiveLeedulInfo}
|
|
||||||
highlighted={["perfective root"]}
|
|
||||||
/>
|
|
||||||
|
|
||||||
And we can say
|
|
||||||
|
|
||||||
<EditableVPEx opts={opts}>{
|
|
||||||
{"blocks":[{"key":0.519783070125974,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":0,"distance":"far"}}}},{"key":0.9491826191102801,"block":{"type":"objectSelection","selection":"none"}}],"verb":{"type":"verb","verb":{"entry":{"ts":1527812275,"i":11623,"p":"لیدل","f":"leedul","g":"leedul","e":"to see","c":"v. trans./gramm. trans.","psp":"وین","psf":"ween","tppp":"لید","tppf":"leed","ec":"see,sees,seeing,saw,seen"}},"verbTense":"perfectivePast","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"transitive","isCompound":false,"voice":"passive","negative":false,"canChangeTransitivity":true,"canChangeVoice":true,"canChangeStatDyn":false},"form":{"removeKing":false,"shrinkServant":false}}
|
|
||||||
}</EditableVPEx>
|
|
||||||
|
|
||||||
The <Link to="/verbs/past-verbs/#continuous-past">continuous past</Link> is made with the formula:
|
The <Link to="/verbs/past-verbs/#continuous-past">continuous past</Link> is made with the formula:
|
||||||
|
|
||||||
<Formula>
|
<Formula>
|
||||||
|
|
Loading…
Reference in New Issue