I have a string I converted to a spacy Doc. However, when I iterate through the Doc.sents object, I get sentences I found they are too long.
Is there a way when doing doc = nlp(string) to set the maximum length for a single sentence?
Thanks a lot, this would really help.