spaCy 可以将这句话标记/解析为以下标记,包含“TEXT”、“LEMMA”、词性标签(“POS”)、详细词性标签(“TAG”)等: doc = nlp(u'Apple is looking at buying U.K. startup for ...
確定! 回上一頁