make -C typo make[1]: Entering directory `/home/user/Desktop/VMSoftware/track2-master/typo' ./auto.sh 1 generate word frequency 2 sort frequency file 3 group words according to frequency 4 get typo list 5 select more confident ones and generate csv file make[1]: Leaving directory `/home/user/Desktop/VMSoftware/track2-master/typo' make: *** [buff/typo.csv] Error 2 user@ubuntu:~/Desktop/VMSoftware/track2-master$ make >> one.txt mkdir: cannot create directory `tmpdata': File exists Traceback (most recent call last): File "similar.py", line 2, in import jellyfish ImportError: No module named jellyfish Traceback (most recent call last): File "./2stage.py", line 95, in main(sys.argv) File "./2stage.py", line 75, in main aidpair, anpair = readRemove(AllFile) File "./2stage.py", line 32, in readRemove with open(input_path,'r') as f: IOError: [Errno 2] No such file or directory: 'singleanddup' mv: cannot stat `typo.csv': No such file or directory make[1]: *** [all] Error 1 make: *** [buff/typo.csv] Error 2 user@ubuntu:~/Desktop/VMSoftware/track2-master$