I gave it a try to add difficulty handling. I am not familiar with python, and I couldn't make the build.bat work. I am getting Unable to find "C:\Users\kenneth.choe\nltk_data" when adding binary and data files. and when I try to work around by copying ntlk_data into that location, now it complains Unable to find "C:\nltk_data", and when I copied it over there again, it complains on D:\nltk_data. If you could see if the proposed change works and build new executable, that would be the best. Otherwise, I will continue to make the build work on my environment later.
I found a way to run it on my machine. There was one bug that I fixed, but I still want to make it better by using different word list. Will let you know when I have something better.
I gave it a try to add difficulty handling. I am not familiar with python, and I couldn't make the build.bat work.
I am getting Unable to find "C:\Users\kenneth.choe\nltk_data" when adding binary and data files.
and when I try to work around by copying ntlk_data into that location, now it complainsUnable to find "C:\nltk_data"
, and when I copied it over there again, it complains onD:\nltk_data
. If you could see if the proposed change works and build new executable, that would be the best. Otherwise, I will continue to make the build work on my environment later.