kaizencc/code-words-game

Fix wordset parsing script

Closed this issue · 1 comments

It looks like the csv parser in this project splits up all spaces and thus words with a space are split into two words. It is making things like United Arab Emirates into 3 words, which is a problem.

turns out to be a super easy fix, not sure why I was replacing ' ' with ','