count.pl will treat any input it gets as a single "file" (whether it
is one or 10 files...) so you will get overall counts for all the
documents (combined together) provided with each run of count.pl.

You probably just want to run count.pl separately for each of your
input files...

Hope this helps.

Good luck!
Ted

On Wed, Mar 18, 2009 at 2:40 PM, walaa <walaa_...@yahoo.com> wrote:
> Hi All,
>
> can i make the input for the count.pl set of files not only one file
>
> i mean, I have set of documents and i need to know the frequency of ngrams
> in each document
>
> doc1: Hi every body
> doc2: hello every body
>
> so, every body has a frequency 1 in doc1 and frequency 1 in doc2
>
> appreciate a replay
> thanks
>
> 



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

Reply via email to