import spacy. nlp = spacy.load( 'en_core_web_sm' ). sentence = "Apple is looking at buying U.K. startup for $1 billion". doc = nlp(sentence).
確定! 回上一頁