Changeset 31416 for lang/python

Show
Ignore:
Timestamp:
03/20/09 23:09:07 (4 years ago)
Author:
rezoo
Message:

余計なものがついていたので削除。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/python/spam/bayes.py

    r31415 r31416  
    7777                """ 
    7878                n_list    = self.parseToNoun(sentence) 
    79                 fs = [self.getDegreeOfBelief(n,s,x) for n in n_list] 
    8079                twoN = 2.0*len(n_list) 
    8180                ds  = [self.getDegreeOfBelief(w,s,x) for w in n_list]