Skip to content

vojavocni/nlp-course

Repository files navigation

Chatbot project

This folder contains the starting code for the chatbot project.

Troubleshooting

Bot crashes with the unicode error

If your bot code crashes with the error that ends with UnicodeEncodeError: 'ascii' codec can't encode character, your terminal likely has problems showing unicode symbols. To fix this you can change your terminal local by adding the following lines to you ~/.bashrc file (or any other shell configuration):

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8

You can find more details in this article.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published