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

Fuzzy string matching works badly #30

Closed
synkarius opened this issue Feb 27, 2015 · 2 comments
Closed

Fuzzy string matching works badly #30

synkarius opened this issue Feb 27, 2015 · 2 comments
Assignees
Labels
Bug Unexpected behavior from existing features.
Milestone

Comments

@synkarius
Copy link
Collaborator

  • The scanner isn't scanning everything it's supposed to: symbol names are being left out
  • the string matching algorithm might need to get smarter, check results of fixing scanner first
@synkarius synkarius self-assigned this Feb 27, 2015
@synkarius
Copy link
Collaborator Author

Note: Check regular expressions, at least Python imports are messed up

@synkarius synkarius modified the milestone: v4 Mar 3, 2015
@synkarius
Copy link
Collaborator Author

Scanner fixed but selector algorithm needs to get smarter.
Potential improvements:

  • score higher for whole word matches
  • word length similarity

@synkarius synkarius reopened this Mar 4, 2015
@LexiconCode LexiconCode added the Bug Unexpected behavior from existing features. label Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Unexpected behavior from existing features.
Projects
None yet
Development

No branches or pull requests

2 participants