"data-to"spacy" does not sentencize text based on custom sentencizer.

Just released Prodigy v1.10, which allows a --base-model argument on the data-to-spacy recipe. Ideally, you'd still have to call your component sentencizer so it's not disabled when the Doc objects are created (or perform your segmentation in the tokenizer). I'd love to resolve this as well, but this would require some deeper refactoring.