sillsdev / sillsdev/TheCombine
[DuplicateFinder] Consider project-specific similarity adjustments
@imnasnainaec is already working on this.
Since Dec 9, 2024.
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 10
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
Sometimes in a language, there may be a pair (or set) of letters such that substituting one for another commonly results in a different valid word. If there is such a pair of letters that are also not likely to be switched as the result of a typo (e.g., not near each other on the language's keyboard), then entries with vernacular forms that only differ by such a pair are not likely to be duplicates. Perhaps we could add a project setting for specifying pairs that should have altered weight in the duplicate finder algorithm. Word pairs with those differences wouldn't show up as early among sets of potential duplicates.
Contributor guide
No contributing guide indexed for this repository
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.