if model is not None: nlp = spacy.load(model) # load existing spaCy model ... [(t.text, t.ent_type_, t.ent_iob) for t in doc]) # save model to output ...
確定! 回上一頁