public abstract class YasmeenMatcher extends Object implements Matcher
| Modifier and Type | Field and Description |
|---|---|
static String |
matcherLib |
int |
maxResults |
HashMap<String,String> |
parameters |
protected String |
sandBoxFolder |
double |
threshold |
| Constructor and Description |
|---|
YasmeenMatcher(String sandboxfolder,
double threshold,
int maxResults,
HashMap<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected static HashMap<String,String> |
createPerformanceMap() |
protected static HashMap<String,String> |
createReferenceMap() |
protected HashMap<String,String> |
createReferenceMapFile(String localFolder) |
protected abstract String |
getLexicalDistancesWeights() |
protected abstract String |
getMatchlets() |
protected abstract String |
getStemming() |
void |
init(String sandboxfolder,
double threshold,
int maxResults,
HashMap<String,String> parameters) |
MatcherOutput |
match(MatcherInput inputName) |
public static String matcherLib
protected String sandBoxFolder
public double threshold
public int maxResults
protected abstract String getMatchlets()
protected abstract String getLexicalDistancesWeights()
protected abstract String getStemming()
public void init(String sandboxfolder, double threshold, int maxResults, HashMap<String,String> parameters)
public MatcherOutput match(MatcherInput inputName) throws Exception
Copyright © 2019. All Rights Reserved.