This commit is contained in:
lingdocs 2022-07-03 14:01:51 -05:00
parent 70f60093fb
commit b54c199867
3 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
"@formkit/auto-animate": "^1.0.0-beta.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@lingdocs/lingdocs-main": "^0.3.1",
"@lingdocs/pashto-inflector": "^3.2.3",
"@lingdocs/pashto-inflector": "^3.2.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",

View File

@ -90,7 +90,7 @@ Now instead of one verb block, *we have **two blocks** that have to agree with t
That seems like a pretty intimidating chart! But it gets simpler if we remember that we are just making the two blocks (past participle and equative) agree with the king <KingIcon /> of the phrase.
Have a look at the examples below, and notice how both the past participle and the equative blocks agree with the king of the phrase. Perfects are considered past-tense so they will follow the <Link to="/phrase-structure/vp/">same VP structure</Link> as other past tense forms:
Have a look at the examples below, and notice how both the past participle and the equative blocks agree with the king of the phrase. Perfects are considered past-tense so they will follow the <Link to="/phrase-structure/vp/">same VP structure</Link> as other past tense forms, meaning that:
- with **intransitive** verbs the *subject is king*
- with **transitive** verbs the *object is king*
@ -99,7 +99,8 @@ Have a look at the examples below, and notice how both the past participle and t
With perfect tenses, we'll use the <VP text="phrase structure of verbs" /> and the <Link to="/equatives/other-equatives/#overview-of-8-equatives">tenses of equatives</Link>.
IN PROGRESS
With perfect tenses, we'll use the <VP text="phrase structure of verbs" /> and the <Link to="/equatives/other-equatives/#overview-of-8-equatives">tenses of equatives</Link>.

View File

@ -1695,10 +1695,10 @@
rambda "^6.7.0"
react-select "^5.2.2"
"@lingdocs/pashto-inflector@^3.2.2":
version "3.2.2"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.2.2.tgz#d9a6c7c95fc53d51b8594e1827c7fb1e3abcd947"
integrity sha512-JrkOKFmhYUBkMuaR+Mf0hFJUFWooynWjMPzSF84NnWDCGiDbE+7u/BoMy4TkmtDXRWlDeTGerLkB79xu9QswoQ==
"@lingdocs/pashto-inflector@^3.2.4":
version "3.2.4"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.2.4.tgz#788d8d139446fb27964b4eeb4cbc2e6f12085192"
integrity sha512-5O361lWeRkP/gfjOJNTSKhv5WMraRegMyh6szMh+/FzI5r/gk6ShA1e8hIP/AHODqEoXxg4TvWRsJzbd2Gf6Hw==
dependencies:
"@formkit/auto-animate" "^1.0.0-beta.1"
classnames "^2.2.6"