scribe-org / scribe-org/Scribe-iOS
Grammar checker POC
@henrikth93 is already working on this.
Since Aug 9, 2026.
- Dominant language
- Swift
- Stars
- 169
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-iOS' Code of Conduct
Description
In our Matrix chat I have talked about a feature that lets us check the grammar of the input using dependency parsing.
https://www.geeksforgeeks.org/nlp/dependency-parsing-with-nltk/
I have mad a simple POC that checks if a person has used "de" or "dem" correctly (Swedish equivalent of "they/them"). "They" is the subject, and "them" is the object. We can use dependency parsing to get the grammatical structure of a sentence, and then verify it using a set of rules.
"They were mean to they" -> "They were mean to them"
"De var elaka mot de" -> "De var elaka mot dem"
It seems iOS and Android does not have built in support for dependency parsing.
Contribution
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.