import spacy nlp = spacy.load("en_core_web_lg") doc = nlp(open("/-textfile").read()). so far so good, next I got Span objects;
確定! 回上一頁