Do you have to give complete pathnames in the last pass?

In the cygwin shell, is /cygdrive/d/mahout-0.4 your current directory?

If you do a complete directory walk on D:
find -d /cygdrive/d -name bayes*

you may find that the program parked the output somewhere else. It
might even write it on the C: drive. I've never tried to do
cross-drive Java path stuff.

On Mon, Nov 22, 2010 at 11:12 PM, Robin Anil <[email protected]> wrote:
> I am guessing this is a bad interaction on Windows. I have never tested this
> code out in Windows and wierd as it sounds, I really dont have access to a
> windows machine. There could be a unix like path generation code somewhere.
> I see the model is loading correctly. Need to verify if the the same is the
> case with reading the input files. Can you paste the test classifier code,
> the input text reading part and see if its loading the text into the string
> correctly.
>
> Robin
>
> On Tue, Nov 23, 2010 at 12:22 PM, JAGANADH G <[email protected]> wrote:
>
>> On Tue, Nov 23, 2010 at 11:09 AM, Divya <[email protected]> wrote:
>>
>> > I am following same steps
>> > But no success...
>> >
>> >
>>
>> Are you using cygiwin or GNU/Linux
>> --
>> **********************************
>> JAGANADH G
>> http://jaganadhg.freeflux.net/blog
>>
>



-- 
Lance Norskog
[email protected]

Reply via email to