How to make bart-cnn-large output end of sentence boundary in summarization

Hello all, I’m trying to use the bart-cnn-large for a summarisation task and I will need to split the output into sentences to make them bullet points.

For model like distilbart-cnn-12-6, it usually put something like ’ . ’ at the end of each sentence which someone can split on. My question now is that, is there a way someone can make bart-cnn-large output something of such?

I don’t want to use methods like .split or NLTK sentence tokenisation because they all have their limitations which i’m trying to avoid.
Thanks