FilteringTreeReader
filters the output of another TreeReader. It applies a Filter<Tree> to each returned tree and only returns trees that are accepted by the Filter. The Filter should accept trees that it wants returned.
@author Christopher Manning
@version 2006/11
|
|