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
