zigniew szalbot wrote:
> Hi,
> 
> > I tried to learn SA and used the following syntax:
> > 
> > sa-learn --spam -f /usr/home/zbyszek/june.txt
> > I guess I made a mistake with the syntax but how should I change it
> > so that I can train SA?
> 
> I already found out:
> sa-learn --spam --no-sync /usr/home/zbyszek/june.txt

The important bit is that you leave off the '-f' since that specifies
that the directories to learn from are IN the file you specify.

The '--no-sync' can be useful, but remember that if you always learn
that way, you need to run 'sa-learn --sync' from time to time.

-- 
Bowie

Reply via email to