We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run the NaiveBayesClassifier example code from the documentation:
NaiveBayesClassifier
using TextAnalysis: NaiveBayesClassifier, fit!, predict ERROR: UndefVarError: NaiveBayesClassifier not defined
I'm on macOS 10.15.6 running Julia 1.5.0 installed via Homebrew.
The text was updated successfully, but these errors were encountered:
export NaiveBayesClassifier
fe0eb83
fixes JuliaText#216
export NaiveBayesClassifier (#217)
e249402
fixes #216
Successfully merging a pull request may close this issue.
I'm trying to run the
NaiveBayesClassifier
example code from the documentation:I'm on macOS 10.15.6 running Julia 1.5.0 installed via Homebrew.
The text was updated successfully, but these errors were encountered: