I am trying to use GIZA++ for word alignment using CYGWIN. I compiled GIZA++ with the MAKE command and gained files need for further processing: Giza++.exe, mkcls.exe, snt2cooc.out, plain2snt.out. However, when I execute:
User@User-PC /home/giza-pp-master/giza++-v2
$ ./plain2snt.out file1.txt file2.txt
there are no .vcb and .snt files created. What could be the problem?