import nltk.data import codecs import os doc = codecs.open('path/to/text/file/text.txt', 'r' 'utf-8') content = doc.read() tokenizer ...
確定! 回上一頁