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

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

public class GsayMatcher
extends YasmeenMatcher


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

GsayMatcher

public GsayMatcher(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.