Skip to content

saving stopword_file does not specify utf-8 encoding #1

Description

I was receiving a charmap error that was resolved by changing Ln 124 from
stopword_file = open(stopword_filename, "w")
to
stopword_file = open(stopword_filename, "w", encoding="utf-8")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions