Filter Stopwords (German) (Text Processing)
Synopsis
Removes German stopwords from a document.Description
This operator filters German stopwords from a document by removing every token which equals a stopword from the built-in stopword list. Please note that, for this operator to work properly, every token should represent a single German word only. To obtain a document with each token representing a single word, you may tokenize a document by applying the Tokenize operator beforehand.
Input
- document
The document port.
Output
- document
The document port.
Parameters
- stop word listSelect the stop word list. Changing the list might improve the performance for certain tasks.