Open pmahend1 opened 6 years ago
I installed naiveBayesClassifier by pip3 install naiveBayesClassifier tokenizer.py doesnt have latest github code. Is the current github not in sync with pip? Code I have was
pip3 install naiveBayesClassifier
#tokenizer.py def tokenize(text): return text.lower().split(' ')
AttributeError: module 'naiveBayesClassifier.tokenizer' has no attribute 'tokenizer'
I have copied latest code from github for now.
I have the same problem
I installed naiveBayesClassifier by
pip3 install naiveBayesClassifier
tokenizer.py doesnt have latest github code. Is the current github not in sync with pip? Code I have wasAttributeError: module 'naiveBayesClassifier.tokenizer' has no attribute 'tokenizer'
I have copied latest code from github for now.