Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: karennapHi all,
I have an excel file list of "stop words"(words I need to remove from my text) - there are over 1000 words on the list.
I also have 22,000 text files containing text I'm able to pull into an Input raw node, this gives me a table where one of my columns is called narrative and contains all the text from the text file.
I now need to remove every stop word from this narrative field for each of my 22,000 rows.
I know a Do While Node can help me, but I'm not sure what the inputs and outputs should be. I assume the right logic here is to loop through my stop word list and do a Narrative.Replace('StopWord',''), but I'm having trouble.
Can anyone talk this through for me?
Many thanks to anyone who can help - pulling my hair out.