Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.incava.text.SpellChecker
org.incava.text.NoCaseSpellChecker
public class NoCaseSpellChecker
extends SpellChecker
Field Summary |
Fields inherited from class org.incava.text.SpellChecker | |
ARR_SIZE , COMP_LEN , DEFAULT_MAX_DISTANCE |
Method Summary | |
void |
|
int |
|
boolean |
|
Methods inherited from class org.incava.text.SpellChecker | |
addDictionary , addWord , compare , editDistance , editDistance , getKey , hasWord , isCorrect , isCorrect , min3 , nearMatch |
public int compare(String str1, int len1, String str2, int len2)
- Overrides:
- compare in interface SpellChecker