Class SoundexMatcher
- java.lang.Object
-
- org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.YasmeenMatcher
-
- 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
Constructors Constructor Description SoundexMatcher(String sandboxfolder, double threshold, int maxResults, HashMap<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetLexicalDistancesWeights()protected StringgetMatchlets()protected StringgetStemming()-
Methods inherited from class org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.YasmeenMatcher
createPerformanceMap, createReferenceMap, createReferenceMapFile, init, match
-
-
-
-
Method Detail
-
getMatchlets
protected String getMatchlets()
- Specified by:
getMatchletsin classYasmeenMatcher
-
getLexicalDistancesWeights
protected String getLexicalDistancesWeights()
- Specified by:
getLexicalDistancesWeightsin classYasmeenMatcher
-
getStemming
protected String getStemming()
- Specified by:
getStemmingin classYasmeenMatcher
-
-