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

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.FuzzyMatcher
All Implemented Interfaces:
Matcher

public class FuzzyMatcher
extends YasmeenMatcher


Field Summary
 
Fields inherited from class org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.YasmeenMatcher
matcherLib, maxResults, parameters, sandBoxFolder, threshold
 
Constructor Summary
FuzzyMatcher(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

FuzzyMatcher

public FuzzyMatcher(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 © 2013. All Rights Reserved.