Lookup local database
Opened this issue · 1 comments
Murmeldyret commented
The program should be able to search on the database and receive a reference if it exists in the database.
The program should use n-gramizer and fuzzy matching so that spelling mistakes does not play a big factor in the results.
SilverBrother commented
Entire database is moved to memory when the program is running. Program.cs(or how it works with Avalonia) should apply Fuzzy and MatchingStrings for the check on spelling mistakes. We just need to decide a threshold of allowed mistakes between strings.