manticoresoftware / manticoresoftware/manticoresearch
Spellcheck + dictionaries
@tomatolog is already working on this.
Since May 17, 2024.
- Dominant language
- C++
- Stars
- 12k
- Forks
- 642
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 47
Description
Proposal:
Please consider checking words through SUGGEST first using the standard dictionary of Russian or any other language and first suggesting substitutions from there, and only then looking for them in the index. Optional, of course.
Yes, for academic texts where there are no errors, the current implementation is quite suitable. But for the forum, it doesn't always work well. For example, the word “pamagite” is replaced by “pomagite”, “pamagiti”, “pamagitya”, “poamagite”, etc.
This will also be good for the words in the query that are not on the site, but there may still be useful information in the query.
Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
- Task estimated
- Specification created, reviewed and approved
- Implementation completed
- Tests developed
- Documentation updated
- Documentation proofread
- Changelog updated
- OpenAPI YAML updated and issue created to rebuild clients
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.