org.gcube.dataanalysis.executor.nodes.transducers.bionym.interfaces
Interface Matcher

All Known Implementing Classes:
FuzzyMatcher, GsayMatcher, LevensteinMatcher, MixedLexicalMatcher, SoundexMatcher, TrigramMatcher, YasmeenMatcher

public interface Matcher


Method Summary
 void init(String sandboxfolder, double threshold, int maxResults, HashMap<String,String> parameters)
           
 MatcherOutput match(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


Copyright © 2014. All Rights Reserved.