Tanl Linguistic Pipeline |
An ExcludeFile contains the set of filename patterns to exclude during either indexing or extraction. More...
#include <ExcludeFile.h>
Public Member Functions | |
ExcludeFile (char const *name) | |
Protected Member Functions | |
virtual void | parseValue (char const *&line) |
virtual void | reset () |
An ExcludeFile contains the set of filename patterns to exclude during either indexing or extraction.
This is the same as index's -E command-line option.
NOTE
The bool template parameter is not used here. It's simpler to reuse the code for PatternMap as-is.