scribe-org / scribe-org/Scribe-iOS

Grammar checker POC

Open
#662 0 comments 0 reactions 1 assignee View on GitHub

@henrikth93 is already working on this.

Since Aug 9, 2026.

question
Dominant language
Swift
Stars
169
Forks
109
PR merge metrics
No merged PRs in 30d

Description

Terms
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"

Image Image Image Image

It seems iOS and Android does not have built in support for dependency parsing.

Contribution

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.