doc = nlp("Larry Page founded Google") ... doc.sents is a generator that yields sentence spans ... from spacy.tokens import Doc, Token, Span.
確定! 回上一頁