Package org.predict4all.nlp.trainer

Represents the whole data training process managed by the main DataTrainer.
Training is done with different steps : Note that the DataTrainer use TrainingCorpus and AbstractTrainingDocument : this abstraction level is useful to be able to train the model on same corpus without having to go through every training step : really useful when developing new training algorithms.