jekyll / classifier-reborn

A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
https://jekyll.github.io/classifier-reborn/
GNU Lesser General Public License v2.1
548 stars 109 forks source link

Can't include Validator Module #167

Closed Carpela closed 6 years ago

Carpela commented 6 years ago

require 'classifier-reborn'

include ClassifierReborn::ClassifierValidator NameError: uninitialized constant ClassifierReborn::ClassifierValidator

Am I doing something stupid here?

Carpela commented 6 years ago

Looks like the validators aren't on the 2.1.0 release. Pulled the master branch and all working fine. Mightbe worth noting that in the docs until the new release comes out

Ch4s3 commented 6 years ago

Yeah, sorry @Carpela, I need to roll a new release. I'll either do that soon or update the docs. I'll happily merge a pr.

ibnesayeed commented 6 years ago

This can perhaps be closed now.