GoodIntentionsAssistant / gi

Good Intentions Node.js Assistant Framework
http://goodintentions.firecreekweb.com
MIT License
3 stars 1 forks source link

Training with auto classifiers (add to docs) #124

Open darrenmoore opened 5 years ago

darrenmoore commented 5 years ago
this.train([
  'bmi', //NLP
  '"body mass index"', //Strict
  '~"body mass index"', //Strict but can contain
  '~body mass index', //Strict but can contain, same as above
]);
darrenmoore commented 5 years ago

Done, but need to add documentation and example before closing.