Description
The Chunker Cross Validator currently uses a deprecated method to instantiate the ChunkerME with the default beam size. The user can provide the beam size as part of the model, and that value should also be used for cross validation.
This change can influence the outcome of the cross validation, because now the specified beam size is used and not the default.