public class IdentityMatcher2 extends Processor
Modifier and Type | Field and Description |
---|---|
boolean |
computeAndAtom |
boolean |
computeDistance |
boolean |
computeOptAtom |
double |
costDeletion |
double |
costInsertion |
double |
costSubstitution |
double |
costTransposition |
boolean |
keepLongestMatchOnly |
java.lang.String |
linkWordTag |
boolean |
noOverlapInAndAtoms |
boolean |
noOverlapInOptAtoms |
boolean |
oneMatchPerAtomOnlyOnAnd |
boolean |
oneMatchPerAtomOnlyOnOpt |
java.lang.String |
resource
The processor resource
|
Constructor and Description |
---|
IdentityMatcher2(java.lang.String name,
java.lang.String resource,
java.lang.String fields) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
void |
init(java.lang.String name,
java.lang.String[] fields)
Initialize the processor
|
IdentityMatcherResult[] |
results() |
IdentityMatcherResult[] |
results(float maxDistance,
int minCovering,
int minCoveringIncludingOpt,
int minCoveringIncludingOptNoLinkWord,
int maxResults,
boolean withDisplayForms) |
checkResource, destroy, getName, init
public java.lang.String resource
public boolean computeDistance
public boolean computeAndAtom
public boolean computeOptAtom
public double costInsertion
public double costDeletion
public double costSubstitution
public double costTransposition
public java.lang.String linkWordTag
public boolean oneMatchPerAtomOnlyOnAnd
public boolean oneMatchPerAtomOnlyOnOpt
public boolean noOverlapInAndAtoms
public boolean noOverlapInOptAtoms
public boolean keepLongestMatchOnly
public IdentityMatcher2(java.lang.String name, java.lang.String resource, java.lang.String fields)
public void init(java.lang.String name, java.lang.String[] fields)
Processor
protected void finalize()
finalize
in class java.lang.Object
public IdentityMatcherResult[] results()
public IdentityMatcherResult[] results(float maxDistance, int minCovering, int minCoveringIncludingOpt, int minCoveringIncludingOptNoLinkWord, int maxResults, boolean withDisplayForms)
Copyright © 2013 Dassault Systèmes, All Rights Reserved.