JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
373 stars 95 forks source link

Trying to use NaiveBayesClassifier results in UndefVarError #216

Closed agarie closed 3 years ago

agarie commented 3 years ago

I'm trying to run the NaiveBayesClassifier example code from the documentation:

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.