spaCy 中文NER模型採用ontonotes 5.0數據集訓練。 例如: import spacy nlp = spacy.load('/spacy/zh_model') doc = nlp(' ...
確定! 回上一頁