mithom / streamlabs_chatbot_hangman

play hangman on twitch/youtube/mixer with the chat. Overlay, or chat options
GNU General Public License v3.0
8 stars 2 forks source link

Word selection by API selections have has so far been bad and often even had special characters in it #1

Closed Sephem closed 6 years ago

Sephem commented 6 years ago

hi the hangman API keep selecting really obscure and sometimes non English words. Can we not try and specify something in the API that selects easier and more common words The selections I have has so far have all been bad and often even had special characters in it

mithom commented 6 years ago

dear stephen, In the latest version, the words have already improved. For this i incorporated a MinCorpusCount of 200. I've been thinking to raise it even more, but it looked already decent without special characters to me. If you already are on latest version, Please let me know and I'll increase the 200. Selecting types of words won't work sadly enough because they have to many categories and their api design only allows in/exclusion of 1 category. So that would narrow it down too much

mithom commented 6 years ago

after checking what words are in the 200-500 and 500-1000 range, i decided to raise the minCorpusCount to 500. Please let know if this has solved your problem

mithom commented 6 years ago

d40d6779b753f54c7bdc463c96400642470f4b3e solves this issue