Hi, Jörn, On Wed, May 2, 2012 at 5:25 PM, Jörn Kottmann <[email protected]> wrote: > > > Well, what you need is a mutable dictionary. > > A user who provides a custom dictionary must also provide > support for serialization of it. He could decide to implement an > interface to make the dictionary mutable (just an option how that could be > done) >
Yes, thanks. With that we can check if it is a mutable dictionary, and if yes, we add the data new words without having to ask the Factory to do that. In the cross validation case I would just create a new one with > the help of the factory from the original data. I don't see how to do it. Create a new one means loading it from the model?
