Filter Stopwords (Arabic) (Text Processing)
Synopsis
Removes Arabic stopwords from a document.Description
This operator filters Arabic 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 English 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.