Right now I'm using the English sentence model provided on sourceforge. I would like to append additional data to it. But this means I need the original source of the model, right? If so, how do I get that?
On Aug 14, 2012, at 3:31 PM, Jörn Kottmann <[email protected]> wrote: > On 08/14/2012 07:10 AM, Sam Li wrote: >> It seems using the training tool for the Sentence Detector will only rewrite >> a given model. >> How does one train and append to a previously created model? > > That is not possible with our current implementation. The maxent model > training > algorithm cannot update the model, but the perceptron one could, but we do not > have any support for that. > > All you can do for now is to keep a copy of your training data, append to it > and train again. > > Jörn > >
