BraveyJS / Bravey

A simple JavaScript NLP-like library to help you creating your own bot.
https://braveyjs.github.io/
MIT License
78 stars 6 forks source link

serialize classifier #7

Open francescoagati opened 7 years ago

francescoagati commented 7 years ago

Hi, there is a mode for serializing the classifiers?

BraveyJS commented 7 years ago

Sorry, but there isn't a way for serializing classifiers right now. You can deserialize API.ai bundles, which are JSON packages. You can find some of them here: samples/apiai-packages. Anyway that's obviously a nice feature, especially in large or client-side projects. I've collected your suggestion in the project TODO file.

francescoagati commented 7 years ago

hi, thanks for the reply. there are some examples of classifiers with serialization in limdu if you wanna see https://github.com/erelsgl/limdu