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

feat: fuzzy converters #8

Open
5 tasks
WieeRd opened this issue Jan 14, 2024 · 0 comments
Open
5 tasks

feat: fuzzy converters #8

WieeRd opened this issue Jan 14, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@WieeRd
Copy link
Owner

WieeRd commented Jan 14, 2024

One of the signature feature of ClockBot is smart target recognition via fuzzy matching nicknames.
I plan to separate this feature as a library and improve some aspects of it.

  • Hangul specialization - 초성 검색 https://github.com/WieeRd/ricecake
  • Better typing - Use typing.Annotated instead of weird subclassing
  • Accuracy - Explore different sorting priorities
  • Performance - Run matching / sorting in parallel
  • Extension - Can be used outside just nickname matching, such as invoking command.
@WieeRd WieeRd added the enhancement New feature or request label Jan 14, 2024
@WieeRd WieeRd added this to the ClockBot v4 milestone Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant