You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized after creating this issue that I wasn't loading any dictionaries. It would help if the README.md showed examples for loading the two dictionaries you have so people can see the spell checker working. Also, I was calling lookup rather than lookupCompound. After looking at the test cases, I figured out what I was missing.
One thing that was also confusing to me is how Verbosity.ALL is used in the SymSpellC?heck class. While the lookup method takes Verbosity as a parameter, the other methods ignore what was passed and provide a hardcoded Verbosity.TOP value. I'd tried referencing what was passed but that broke a bunch of test cases so I backed out that approach.
I'll close this hoping you might update the README to include references to loading the dictionaries to help others wanting to try your libraries.
Describe the bug
I have a sentence like:
but I can't configure the parameters correctly to get "plan total". I have tried the default settings and various combinations of parameters like:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The term should show "plan total" (or better, preserving case... (is there an option for this?) "plan TOTAL") and not "plantotal"
Desktop (please complete the following information):
Additional context
Providing more details on the impact of settings would be helpful for people not familiar with the art.
This may be related to #53
The text was updated successfully, but these errors were encountered: