public class SpellingCorrector extends Object
Constructor and Description |
---|
SpellingCorrector() |
Modifier and Type | Method and Description |
---|---|
HashSet<String> |
correctSpelling(String word)
Corrects spelling of @word i.e.
|
static void |
main(String[] args) |
public HashSet<String> correctSpelling(String word)
word
- public static void main(String[] args) throws IOException
IOException
Copyright © 2017. All rights reserved.