使用spacy中文包的分词功能进行分词,但是对于苹果公司这种专有名词则需要单独拿出来。 nlp1 = spacy.load('zh_core_web_sm') proper_nouns = [ ...
確定! 回上一頁