public interface SpellChecker
SpellChecker interface specifies a single method
for first-best spelling correction.| Modifier and Type | Method and Description |
|---|---|
String |
didYouMean(String receivedMsg)
Returns a first-best hypothesis of the intended message given
the received message.
|
String didYouMean(String receivedMsg)
null if the received message itself is the best
hypothesis.receivedMsg - Input string to correct.Copyright © 2016 Alias-i, Inc.. All rights reserved.