Start with blank English model nlp = spacy.blank('en'). # Create blank entity recognizer and add it to the pipeline ner = nlp.create_pipe('ner').
確定! 回上一頁