public class SimpleSpellChecker
extends java.lang.Object
Constructor and Description |
---|
SimpleSpellChecker() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSameTermAfterCheckingSpellingVairance(java.lang.String firstTerm,
java.lang.String secondTerm)
Given two terms A and B, the method tries to figure out whether one of them is a spelling variation of the other.
|
public static boolean isSameTermAfterCheckingSpellingVairance(java.lang.String firstTerm, java.lang.String secondTerm)
firstTerm
- secondTerm
-