El dg 06 de 03 de 2011 a les 14:25 +0300, en/na pavel suvorov va escriure: > - "Sygwin Bash Shell" don't understand the "find". It write "Command not > found" > - But no matter.. I can search via Windows.. and.. > - There is the only file "apertium" without extension - > "C:\Apertium\home\apertium-install\apertium\apertium\apertium" > - But if I try to run this file from "Cygwin bash shell", it write > "Command not found" > - So, I don't know what I can do more..
You might have to change '\' to '/' in the bash shell. Perhaps you could also try just running part of the pipeline. So find where the program 'lt-proc' is, and the binary file 'en-es.automorf.bin' and do something like: echo "test" | lt-proc en-es.automorf.bin Fran PS. Please keep the mailing list in CC, that way people who are more likely to have access to Windows can see your problems. ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
