tmilovanov / wisecreator

Utility for adding word wise information to non amazon books
319 stars 53 forks source link

populate difficulty based upon NGSL #7

Closed kennethchoe closed 6 years ago

kennethchoe commented 6 years ago

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.

kennethchoe commented 6 years ago

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.