ayanonagon / Parsimmon

Parsimmon is a wee linguistics toolkit for iOS written in Swift.
MIT License
708 stars 46 forks source link

Saving the state of Naive Bayes Classifier #22

Open tosbaha opened 9 years ago

tosbaha commented 9 years ago

Let's say I have huge amount of sentences to train Naive Bayes Classifier. Instead of doing this training every time in the program, is it possible to do it once save and reuse/add more training data later on?

Jamonek commented 8 years ago

Hey @tosbaha,

Check out my example using realm: https://github.com/Jamonek/swift-iOS-text-classifier

Although it's retraining every time the application is launched.