This package is an implementation of a linear Markov chain Conditional Random Field (CRF) model that uses boosted regression trees for training and inference.
The entry point is the {@link CRFTrainer} class for training and {@link CRFInference} for inference.