my code is based off of the code at: https://rstudio-pubs-static.s3.amazonaws.com/79360_850b2a69980c4488b1db95987a24867a.html
I can run my program with lower number of files, however when I start to get to larger file numbers around 1000, then I get this error:
ReadWrite.py:59: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal stopped_tokens = [i for i in tokens if not i in en_stop]
I was wondering if anyone has run into this before or if anyone has any idea for how to fix this error.