I'm not sure if you already have your classifier, but I used Apache UIMA for a couple of project boxes. UIMA is a "simple" framework, but comes with some logic . Some heavy search queries have come up with an example of a Bayesian classifier using UIMA .
It has mechanisms for changing your configurations at runtime, but I'm also a bit unclear about what you mean by “save and load classifiers”. Does this mean that you have an array of binary classifiers that you want to load (and unload) at runtime, or do you have different models that you would like to load / unload?
Answers to other questions:
- yes, UIMA is open source, released under ASLv2
- Yes, you can embed UIMA as a library in your application.
Steen source share