Show
Ignore:
Timestamp:
05/30/07 16:47:14 (20 months ago)
Author:
Tarek Ziad?? <tarek@…>
Message:

fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • atomisator/filters/BayesCore/classifier.py

    r97 r102  
    1 # -*- coding: iso-8859-15 -*- 
     1# -*- coding: utf8 -*- 
    22# Copyright (c) 2006 Nuxeo SAS <http://nuxeo.com> 
    3 # Authors : Tarek Ziadé <tziade@nuxeo.com> 
     3# Authors : Tarek Ziadé <tziade@nuxeo.com> 
    44# This program is free software; you can redistribute it and/or modify 
    55# it under the terms of the GNU General Public License version 2 as published 
     
    6363        # XXX this will be cached 
    6464        probabilities = self._buildWordProbabilities() 
     65 
    6566        res = {} 
    6667        for category_name in probabilities: