Hacker News new | ask | show | jobs
by jdalgetty 2767 days ago
I'm getting this error when I try to run it:

Traceback (most recent call last): File "clean_whatsapp_chats.py", line 39, in <module> all_text[-1] += line IndexError: list index out of range

1 comments

You're supposed to change the name globals as mentioned in the README.md file.

Then you also need to create a `res` directory in the root directory and install the necessary dependencies. Then you also need to change the encoding when you load the serialized data in the preprocessing notebook.