The Parser in 1.6.0 sets a couple of parameters during training time which are stored inside the model.
Two of those parameters:
- POS Tagger beam size
- Custom chunker sequence validation
Are not set up for 1.5.x models.
To fix this issue the ParserModel should be modified to detect when a 1.5.x model is loaded and then inject those settings into the model.