gate.creole.orthomatcher
Class MatchRule17

java.lang.Object
  extended by gate.creole.orthomatcher.MatchRule17
All Implemented Interfaces:
OrthoMatcherRule

public class MatchRule17
extends Object
implements OrthoMatcherRule

RULE #16: Conservative match rule Require every token in one name to match the other except for tokens that are on a stop word list


Field Summary
 
Fields inherited from interface gate.creole.orthomatcher.OrthoMatcherRule
description
 
Constructor Summary
MatchRule17(OrthoMatcher orthmatcher)
           
 
Method Summary
 String getId()
           
 boolean value(String s1, String s2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchRule17

public MatchRule17(OrthoMatcher orthmatcher)
Method Detail

value

public boolean value(String s1,
                     String s2)
Specified by:
value in interface OrthoMatcherRule

getId

public String getId()
Specified by:
getId in interface OrthoMatcherRule