Claude/fix grammar planetary motion zsuya#13
Conversation
Remove extra "the" before "after" and add missing article "a" before "need".
Applied unambiguous fixes found during a full repo scan:
- roaches.R: remove doubled "to to" (2 occurrences)
- park_rule.R: remove doubled "the the"
- sleep_study.R: "an hierarchical" → "a hierarchical"
- kilpis_ppc.R: "an weakly" → "a weakly"
- sbc.R: "want to/be able to" → "want to or be able to"
- birthdays.R: remove 4 double-spaces in comments, fix subject-verb
agreement ("parameters are"), missing article ("a bad model"),
and word ("trying to get")
- Add grammar_issues.md with 5 ambiguous issues for human review
|
The file Grammar and Typo Issues Requiring Human ReviewThe following issues were found during a repository-wide grammar scan. They are ambiguous enough that an automated fix could alter the intended meaning, and require an author to resolve. 1.
|
There was a problem hiding this comment.
Thank you for the PR. The changes look good. Regarding the numbered items in grammar_issues.md:
- agree
- agree with option A
- let's skip this one (leave as is for now)
- agree with first suggested fix
- agree with option B
Would you be willing to update the PR with those and then remove the grammar_issues.md file from the PR? Thanks again!
Per jgabry's review on avehtari#13: - nabiximols.R:154: "models is binomial model" → "model is a binomial model" - roaches.R:394: "not have been need" → "not have been a need to fit the Poisson model" - birthdays.R:308: "in this that number" → "in this case the number" - nabiximols.R:1084: "not to be sensitive in tails" → "not sensitive in the tails" - golf.R:694: left as-is per reviewer request - Remove grammar_issues.md
Per jgabry's review on avehtari#13: - nabiximols.R:154: "models is binomial model" → "model is a binomial model" - roaches.R:394: "not have been need" → "not have been a need to fit the Poisson model" - birthdays.R:308: "in this that number" → "in this case the number" - nabiximols.R:1084: "not to be sensitive in tails" → "not sensitive in the tails" - golf.R:694: left as-is per reviewer request - Remove grammar_issues.md https://claude.ai/code/session_01RM14wpzLqnrx8XogvjtjVU
|
Thanks @jgabry . Claude made the changes. |
|
I was messing around a bit too much, I'll revert this recent bibliography commit soon then leave things as-is. |
06a1c34 to
f62d2e8
Compare
|
OK, I think it's about right! @jgabry |
Hello,
There was some phrasing that didn't seem quite right, so I thought it might be interesting to try to make Claude scan through everything for typos/grammar. Hope that's ok.
I thought its proposals were mostly reasonable.