tokenizer = nltk.data.load( 'tokenizers/punkt/PY3/english.pickle' ) ... tokenizer.tokenize( "Let's see how it's working." ) ...
確定! 回上一頁