[Spambayes-checkins] spambayes Options.py,1.29,1.30

Anthony Baxter anthonybaxter@users.sourceforge.net
Mon, 23 Sep 2002 23:13:32 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv13054

Modified Files:
	Options.py 
Log Message:
corrected comment. fixed line endings (mixed dos and unix, ick)


Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Options.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Options.py	24 Sep 2002 05:37:11 -0000	1.29
--- Options.py	24 Sep 2002 06:13:29 -0000	1.30
***************
*** 141,159 ****
  # name already exists, it's overwritten.  pickle_basename is ignored when
  # save_trained_pickles is false.
! 
! # if save_histogram_pickles is true, Driver.train() saves a binary
! # pickle of the spam and ham histogram for "all test runs". The file
! # basename is given by pickle_basename, the suffix _spamhist.pik
! # or _hamhist.pik is appended  to the basename.
  
  save_trained_pickles: False
! pickle_basename: class
  save_histogram_pickles: False
  
  # default locations for timcv and timtest - these get the set number 
! # appended.
  spam_directories: Data/Spam/Set%d
  ham_directories: Data/Ham/Set%d
- 
  
  [Classifier]
--- 141,158 ----
  # name already exists, it's overwritten.  pickle_basename is ignored when
  # save_trained_pickles is false.
! 
! # if save_histogram_pickles is true, Driver.train() saves a binary
! # pickle of the spam and ham histogram for "all test runs". The file
! # basename is given by pickle_basename, the suffix _spamhist.pik
! # or _hamhist.pik is appended  to the basename.
  
  save_trained_pickles: False
! pickle_basename: class
  save_histogram_pickles: False
  
  # default locations for timcv and timtest - these get the set number 
! # interpolated.
  spam_directories: Data/Spam/Set%d
  ham_directories: Data/Ham/Set%d
  
  [Classifier]