org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.matchers
Class SoundexMatcher

java.lang.Object
  extended by org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.YasmeenMatcher
      extended by org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.matchers.SoundexMatcher
All Implemented Interfaces:
Matcher

public class SoundexMatcher
extends YasmeenMatcher


Field Summary
 
Fields inherited from class org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.YasmeenMatcher
matcherLib, maxResults, parameters, sandBoxFolder, threshold
 
Constructor Summary
SoundexMatcher(String sandboxfolder, double threshold, int maxResults, HashMap<String,String> parameters)
           
 
Method Summary
protected  String getLexicalDistancesWeights()
           
protected  String getMatchlets()
           
protected  String getStemming()
           
 
Methods inherited from class org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.YasmeenMatcher
createReferenceMap, init, match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundexMatcher

public SoundexMatcher(String sandboxfolder,
                      double threshold,
                      int maxResults,
                      HashMap<String,String> parameters)
Method Detail

getMatchlets

protected String getMatchlets()
Specified by:
getMatchlets in class YasmeenMatcher

getLexicalDistancesWeights

protected String getLexicalDistancesWeights()
Specified by:
getLexicalDistancesWeights in class YasmeenMatcher

getStemming

protected String getStemming()
Specified by:
getStemming in class YasmeenMatcher


Copyright © 2014. All Rights Reserved.