You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to follow the training documentation. When I run the
cd data
make all
cd ..
It gives the following error.
python ../tools/spellcheck.py < ../tools/jfleg/dev/dev.src > jflegdev.err
Traceback (most recent call last):
File "../tools/spellcheck.py", line 30, in<module>main()
File "../tools/spellcheck.py", line 19, in main
print(d.suggest(w)[0], end="")
IndexError: list index out of range
make: *** [Makefile:54: jflegdev.err] Error 1
make: *** Deleting file 'jflegdev.err'
I have the file dev.src in tools/jfleg/dev/
I'm using Python 2 for this experiment as it seems it does not support Python 3.
The text was updated successfully, but these errors were encountered:
I tried to follow the training documentation. When I run the
It gives the following error.
I have the file
dev.src
intools/jfleg/dev/
I'm using Python 2 for this experiment as it seems it does not support Python 3.
The text was updated successfully, but these errors were encountered: