scribe-org / scribe-org/Scribe-Data
Query generation is including the same query form in more than one query
@andrewtavis is already working on this.
Since Aug 8, 2026.
- Dominant language
- Python
- Stars
- 64
- Forks
- 103
- Avg merge
- 1h 7m
- Merged PRs (30d)
- 1
Description
Terms
- I have searched all open bug reports
- I agree to follow Scribe-Data's Code of Conduct
Behavior
An issue that was discovered in https://github.com/scribe-org/Scribe-Data/pull/601 is that we have at times the same query form being generated in more than one query. An example of this is for English verbs:
Each of the above query files is returning the englishPastParticiple form, which should not happen.
One potential fix for this is that when we find that there are new forms that haven't been included, it would be best if we regenerate all queries to make sure that no form is repeated. That way the list of available forms is directly translated to queries one to one 😊
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.