Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: users cannot abstract over tonal distinctions during search #47

Open
jrwdunham opened this issue Jun 24, 2022 · 0 comments
Open

Comments

@jrwdunham
Copy link
Member

jrwdunham commented Jun 24, 2022

Problem

Users often request the ability to search their OLD forms while obliterating tonal distinctions. As a simplified example, there might be forms with transcriptions like tam, tám, tàm, tâm, etc. in the database. A user might want to search for tamand receive matches for all of the above. At present they could use regex to search fort[aáàâ]m` but that is laborious and requires some technical skill.

Acceptance Criteria

  • Investigate the issue and come up with a way forward. Either implement it or create new sub-tickets if it is a significant piece of work.
  • I am hoping we can use Unicode character analysis to distinguish "base" glyphs from "dependent" ones (TODO: correct terminology) and use this information to build some kind of general-purpose "tone destruction" functionality as a DativeRF search features. I am also hoping that we can use the existing advanced search functionality of the OLD as-is to support this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant