Hi after downloading the zip model file. I moved it to the SRC file and ran the main file using pycharm. The issue i have is related to the editdistance module,
Tried installing it using pycharm and pip install editdistance, it has refused to install so i came across another one which is edit_distance which i replaced in the code and ran it again. It did work but it does seem like it was not made use of of in the code because i can't find anywhere in the code it was used in the main file.
I downloaded the line model but the result i got after running the code was that of the word model.
what would i need to do. Thank you
Hi after downloading the zip model file. I moved it to the SRC file and ran the main file using pycharm. The issue i have is related to the editdistance module,