On Fri, Mar 27, 2009 at 10:11 AM, walaa khaled <walaa_...@yahoo.com> wrote:
> Hi,
>
> I would like to ask if it is possible to use --recurse option and write the
> ngram of each file separately.
>
> I mean if I've 3 files as an input (input1, input2, input3) , can I write
> the ngrams in 3 ouptutfiles (out1, out2, out3) instead of only one output
> file??
>
> thanks in advance,
> Walaa

Hi Walaa,

The short answer is no, you can't do this. Each run of count.pl treats
whatever it's input is as a single source of data, and produces an
overall count. If you want separate counts for particular files, you
should process those with separate runs of count.pl.

I hope this helps!
Ted


-- 
Ted Pedersen
http://www.d.umn.edu/~tpederse

Reply via email to