cc.mallet.extract
Class PunctuationIgnoringComparator

java.lang.Object
  extended by cc.mallet.extract.PunctuationIgnoringComparator
All Implemented Interfaces:
FieldComparator

public class PunctuationIgnoringComparator
extends java.lang.Object
implements FieldComparator

Created: Nov 23, 2004

Version:
$Id: PunctuationIgnoringComparator.java,v 1.1 2007/10/22 21:37:44 mccallum Exp $
Author:
Constructor Summary
PunctuationIgnoringComparator()
           
 
Method Summary
 boolean matches(java.lang.String fieldVal1, java.lang.String fieldVal2)
          Returns true if the given two slot fillers match.
 void setPunctuationPattern(java.util.regex.Pattern punctuationPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PunctuationIgnoringComparator

public PunctuationIgnoringComparator()
Method Detail

setPunctuationPattern

public void setPunctuationPattern(java.util.regex.Pattern punctuationPattern)

matches

public boolean matches(java.lang.String fieldVal1,
                       java.lang.String fieldVal2)
Description copied from interface: FieldComparator
Returns true if the given two slot fillers match.

Specified by:
matches in interface FieldComparator