I'm trying to do some text mining on french documents and I would like to change the stop words list. Is that possible? Or else, how can I solve that problem?
There is an Arabic Filter Stopwords operator already. If that dosen;t suffice for you, you can build your own with the Filter Stopwords (Dictionary) operator.
you cannot modify the existing stop word list, but you can crate your own one and apply it with the Filter Stopwords (Dictionary) operator.
Best regards,
Marius