wolfgarbe / SymSpell

SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
https://seekstorm.com/blog/1000x-spelling-correction/
MIT License
3.12k stars 284 forks source link

terms like "Category 1a" not suggested on LookupCompound #130

Open Stern67L opened 2 years ago

Stern67L commented 2 years ago

On LookupCompound("Category 1a") the only result is "Category 1" with a distance of 1. I have expected "Category 1a" having a distance of 0 since this combination is also allowed due to my own dictionaries (word + bigrams).