import jsonnlp = spacy.blank("en") ner = nlp.create_pipe("ner") nlp.add_pipe(ner) ner.add_label("OIL")# Start the training
確定! 回上一頁