muatik / naive-bayes-classifier

yet another general purpose naive bayesian classifier.
MIT License
172 stars 72 forks source link

there is something missing #4

Closed sinsa110 closed 7 years ago

sinsa110 commented 8 years ago

the code newsTrainer = Trainer(tokenizer.Tokenizer(stop_words=[], signs_to_remove=["?!#%&"]) has missed a ) at last, the same to newsClassifier = Classifier(newsTrainer.data, tokenizer.Tokenizer(stop_words=[], signs_to_remove=["?!#%&"])

gerardtoko commented 7 years ago

Exactly