Hi guys,
I wrote my def remove_stopwords
[code removed - moderator]
then in my def parse_data_from_file, I called remove_stopwords (which worked fine on the test case)
[code removed - moderator]
Then the function remove_stopwords does not work on the csv file, it returned the original sentence.
Can somebody please explain for me?
Thank you in advance.