edu.stanford.nlp.trees.international.hebrew
Class HebrewTreeNormalizer.HebrewEmptyFilter

java.lang.Object
  extended by edu.stanford.nlp.trees.international.hebrew.HebrewTreeNormalizer.HebrewEmptyFilter
All Implemented Interfaces:
Filter<Tree>, Serializable
Enclosing class:
HebrewTreeNormalizer

public static class HebrewTreeNormalizer.HebrewEmptyFilter
extends Object
implements Filter<Tree>

Remove traces and pronoun deletion markers.

See Also:
Serialized Form

Constructor Summary
HebrewTreeNormalizer.HebrewEmptyFilter()
           
 
Method Summary
 boolean accept(Tree t)
          Checks if the given object passes the filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HebrewTreeNormalizer.HebrewEmptyFilter

public HebrewTreeNormalizer.HebrewEmptyFilter()
Method Detail

accept

public boolean accept(Tree t)
Description copied from interface: Filter
Checks if the given object passes the filter.

Specified by:
accept in interface Filter<Tree>
Parameters:
t - an object to test
Returns:
Whether the object should be accepted (for some processing)


Stanford NLP Group