stop word filter doesnt work

Hey KNIME Community,

I uploaded my own stopword list, but after using the node, I saw that it did not work.

I uploaded the list as excel file and as csv file, but it did not work for both. Not a single word has been filtered out. What is the cause?

Thanks,
Canan

Hey Canan,

this is a known problem.
See this post. A workaround is provided as well.

Cheers,

Julian

Hey Canan,

the table with the documents you want to filter have to be connected to the upper input port. It seems that you have connected it to the lower port. The lower input port is for the dictionary / stop word list as a String column. So you don’t have to convert your stop words to documents.

If this doesn’t help, can you tell me what kind of error message it is? Move the mouse pointer on the little warning symbol and wait for the tooltip to pop up.

Cheers,

Julian

1 Like

Hey Julian,

woow it worked, thank you very much :star_struck::star_struck::star_struck::star_struck:

Cheers,
Canan

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.