Lundez / JavaSymSpell

SymSpell v6.4ish ported to Java 8. Will be a module in my Master Thesis.
MIT License
22 stars 13 forks source link

where is SymSpell.SymSpell.SuggestionStage.Node ? #2

Closed harsh-98 closed 6 years ago

harsh-98 commented 6 years ago

In chunkarray file SymSpell.SymSpell.SuggestionStage.Node is needed !! But no description is given where to find it. Help wanted

Lundez commented 6 years ago

Hello!

If you watch the imports you'll find out that it's found in the SymSpell-class import SymSpell.SymSpell.SuggestionStage.Node; (https://github.com/Lundez/JavaSymSpell/blob/master/SymSpell.java).

I'll update the code with comments to clarify this, I'll also refactor the code to improve the imports.

Hope this helps, please write back if it stays an issue. I'll close this issue on tuesday if you haven't answered. //Lundez

Edit: Finished refactorization.