naive-bayes-classifier icon indicating copy to clipboard operation
naive-bayes-classifier copied to clipboard

tokenizer.py doesnt have latest code

Open pmahend1 opened this issue 7 years ago • 1 comments

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

#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.

pmahend1 avatar Dec 08 '17 18:12 pmahend1

I have the same problem

ramizdemiurge avatar May 01 '18 10:05 ramizdemiurge