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

Improved Levenshtein string comparison score with FuzzyWuzzy (#6, #20) #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gustl22
Copy link

@Gustl22 Gustl22 commented Dec 18, 2019

Solves #20,
and #6 partially.

  • Leerzeichen bei Suche ignorieren (wenn man nacht "e110" sucht, sollte auch Raum "E 110" gefunden werden)
    Maybe not the first enty, but in the list. But always shows more relevant results.
  • Auch Teil-Strings unterstützen (wenn man z.B. nur nach "101" sucht, sollte auch Raum "A 101" gefunden werden)
  • Simmetrics library austauschen (z.B. gegen diese: https://github.com/Simmetrics/simmetrics)
    Simmetrics can now be removed, if wanted, but was replaced with https://github.com/xdrop/fuzzywuzzy (Note: have to create a own StringMetric interface with getSimilarity method, if removing)
  • Performance verbessern
    Works quite fast, so maybe its solved, too.

Can even permut and cut words / numbers.

@Gustl22
Copy link
Author

Gustl22 commented Jun 30, 2021

@dmo60 still interested in the PR? I think this would help "Ersties" a lot, if can go to university again. Best regards :)

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

Successfully merging this pull request may close these issues.

1 participant