Closed amitguptagwl closed 3 years ago
Did you follow instruction? You should run python3 -m pip install .
right after you clone repository. NLTK has it's own data that it needs to download. Or you can run python3 interactive console and write those lines:
import nltk
nltk.download('averaged_perceptron_tagger')
My bad i missed the suggested step. It is working fine. I have tried with two books
I'm facing following error when I'm running the utility through the source code;
Though It is generating the Language layer file (ie .kll) But getting no word wise hint when opening the ebook on Kindle.