You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face this problem while i try to run the example
the error occur at this line :
newsTrainer = Trainer(tokenizer.Tokenizer(stop_words = [], signs_to_remove = ["?!#%&"]))
and the error is this :
AttributeError: module 'naiveBayesClassifier.tokenizer' has no attribute 'Tokenizer'
anyone can help me solve it?
The text was updated successfully, but these errors were encountered:
I face this problem while i try to run the example
the error occur at this line :
newsTrainer = Trainer(tokenizer.Tokenizer(stop_words = [], signs_to_remove = ["?!#%&"]))
and the error is this :
AttributeError: module 'naiveBayesClassifier.tokenizer' has no attribute 'Tokenizer'
anyone can help me solve it?
The text was updated successfully, but these errors were encountered: