muatik / naive-bayes-classifier

yet another general purpose naive bayesian classifier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

there is something missing

sinsa110 opened this issue · comments

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=["?!#%&"])

Exactly