Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tokenizer.py doesnt have latest code #12

Open
pmahend1 opened this issue Dec 8, 2017 · 1 comment
Open

tokenizer.py doesnt have latest code #12

pmahend1 opened this issue Dec 8, 2017 · 1 comment

Comments

@pmahend1
Copy link

pmahend1 commented Dec 8, 2017

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.

@ramizdemiurge
Copy link

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants