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
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
I have downloaded the Java and Python Github data as outlined in the readme. I have attempted to run the preprocessing script following the command
python -m preprocessing.preprocess \ path_2_github_data \ --lang1 java \ --lang2 python \ --test_size 10000;
Upon completion I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: '../../../path_2_github_data/java/all.tok'
While the directory '../../../path_2_github_data/java/' does exist, I can confirm that the all.tok does not.
The text was updated successfully, but these errors were encountered: