Interface Matcher
-
- All Known Implementing Classes:
FuzzyMatcher,GsayMatcher,LevensteinMatcher,MixedLexicalMatcher,SoundexMatcher,TrigramMatcher,YasmeenMatcher
public interface Matcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(String sandboxfolder, double threshold, int maxResults, HashMap<String,String> parameters)MatcherOutputmatch(MatcherInput input)
-
-
-
Method Detail
-
init
void init(String sandboxfolder, double threshold, int maxResults, HashMap<String,String> parameters)
-
match
MatcherOutput match(MatcherInput input) throws Exception
- Throws:
Exception
-
-