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

Avoid throwing exceptions during lookup #9

Closed
wants to merge 5 commits into from
Closed

Avoid throwing exceptions during lookup #9

wants to merge 5 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 15, 2021

Changes:

  • SymSpellBuilder.java -- Make a bit more null-hostile, allow for multiple lexicon sources while building (e.g., standard English unigrams and user-configurable unigrams), prevent creating an instance of SymSpellImpl without a lexicon (to avoid having to check the lexicon on each lookup call).
  • SymSpellImpl.java -- No longer throws exception on lookup; the lexicon must already exist by this point.
  • SymSpellTest.java -- Test that building without a lexicon still goes boom.

@ghost ghost closed this by deleting the head repository Oct 5, 2023
This pull request was closed.
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.

0 participants