Changeset 31416 for lang/python
- Timestamp:
- 03/20/09 23:09:07 (4 years ago)
- Files:
-
- 1 modified
-
lang/python/spam/bayes.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/spam/bayes.py
r31415 r31416 77 77 """ 78 78 n_list = self.parseToNoun(sentence) 79 fs = [self.getDegreeOfBelief(n,s,x) for n in n_list]80 79 twoN = 2.0*len(n_list) 81 80 ds = [self.getDegreeOfBelief(w,s,x) for w in n_list]
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)