自然言語処理
:: ローカルファイルの読み込み
ローカルファイルの読み込み
ローカルファイルの読み込み
>>> f = open('sample.txt') >>> raw = f.read()