org.apache.lucene.spelt
Interface WordEquiv

All Known Implementing Classes:
XtfWordEquiv

public interface WordEquiv

Used to establish whether a potential spelling suggestion is simply "equivalent" to the original word, and should thus be skipped.

Author:
Martin Haye

Field Summary
static WordEquiv DEFAULT
           
 
Method Summary
 boolean isEquivalent(String word1, String word2)
           
 

Field Detail

DEFAULT

static final WordEquiv DEFAULT
Method Detail

isEquivalent

boolean isEquivalent(String word1,
                     String word2)