Filter Stopwords (French)
(Text Processing)
Synopsis
Removes French stopwords from a document.Description
This operator filters French stopwords from a document by removing every token which equals a stopword from the built-in stopword list.
Input
documentThe document port.
Output
documentThe document port.