Filter Stopwords (Dictionary) (Text Processing)
Synopsis
Applies stopword list from a file.Description
An operator removing all tokens equal to a stopword from the given file. The file has to contain one stopword per line.
Input
- document
The document port.
- file (File)
The file port.
Output
- document
The document port.
Parameters
- fileFile that contains the stopwords one per line
- case sensitiveShould words be matched case sensitive
- encodingThe encoding used for reading or writing files.