If I run Mallet in cmd
for a path without spaces, it is ok.
Mallet import-dir --input E:\Mallet\mallet-2.0.8RC3\sample-data\web\en --output E:\Mallet\topicout\weben.mallet --keep-sequence --remove-stopwords
Above is ok. I copy those files under \en into another folder whose path contains spaces. I use quotation marks below, but it does not work. Cmd prompts error data\eco. Can you help me how to deal with spaces in path for this command?
Mallet import-dir --input "F:\0economist data\eco data\final economist 1991-2016 8 country from Abi Proquest\All article\cn article\cn_1991" --output "F:\0economist data\eco data\final economist 1991-2016 8 country from Abi Proquest\All article\cn article\cn_1991_lda\cn91.mallet" --keep-sequence --remove-stopwords
How can I handle spaces in paths on the cmd line?
I am using Mallet 2.0.8, on Windows 7.