Transcribed image text: import spacy nlp = spacy.load("en_core_web_sm") text = open('../data/melville-moby_dick.txt', 'r').read() doc = nlp(text) Instead, ...
確定! 回上一頁