You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's unclear to me what this list is based on. There are plenty of sentences which have through or throughout in the main clause.
Example: "She worked with the City to prepare detailed recommendations throughout downtown, including priorities on every street in Downtown and street cross sections for each street." -- Main clause should be the first one, with the subject being "She" and the verb being "worked." But because that clause has "throughout" it is rejected, making the verb show up as "including."
I asked chatGPT for an example where throughout would define a clause as subordinate, and it gave me this example: "Throughout the day, as the sun gradually set, the temperature dropped significantly, creating a chilly evening." The clause with throughout is already thrown out by the fact it doesn't have a verb from
Another chatGPT example: "The detective solved the case, unraveling the mystery throughout the entire investigation." -- Would still get the right answer without throwing out the second clause, because it would be the first clause at:
One more example to make it slightly more complex:
"Taking diligent notes throughout the entire class, the students remained focused during the lecture."
I believe this should be handled with m = m.ifNo('^#Gerund') I don't think clauses starting with a gerund can be a main clause.
This is related to #1035.
compromise/src/3-three/sentences/parse/mainClause.js
Line 31 in 6bf9a6c
It's unclear to me what this list is based on. There are plenty of sentences which have through or throughout in the main clause.
Example: "She worked with the City to prepare detailed recommendations throughout downtown, including priorities on every street in Downtown and street cross sections for each street." -- Main clause should be the first one, with the subject being "She" and the verb being "worked." But because that clause has "throughout" it is rejected, making the verb show up as "including."
I asked chatGPT for an example where throughout would define a clause as subordinate, and it gave me this example: "Throughout the day, as the sun gradually set, the temperature dropped significantly, creating a chilly evening." The clause with throughout is already thrown out by the fact it doesn't have a verb from
compromise/src/3-three/sentences/parse/mainClause.js
Line 12 in 6bf9a6c
Another chatGPT example: "The detective solved the case, unraveling the mystery throughout the entire investigation." -- Would still get the right answer without throwing out the second clause, because it would be the first clause at:
compromise/src/3-three/sentences/parse/mainClause.js
Line 40 in 6bf9a6c
Are there any examples where the only way to tell a clause is subordinate is with "despite|during|before|through|throughout?"
The text was updated successfully, but these errors were encountered: