LinkedList dictionary?
One of hundreds of answers available with our premium content service.
A: A basic spelling checker that processes an input stream of some kind might use a StreamTokenizer to identify the words from the input and use the LinkedList class's contains(Object) method to check whether the given word is recognised. How you deal with un-matched words is up to the application interface, this example just lists the line number and word on the console output.
… full answer hidden
Premium members click below for full answer
How can I make spelling checker with a LinkedList dictionary?
Your premium content subscription is a single payment that gives you: