Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
nltk.book の common_contexts は NoneType を返すため、その出力を変数に格納するにはどうすればよいですか
from nltk.book import * wtc=text1.common_contexts(['you']) print(wtc) print(type(wtc))
上記の wtc 変数は NONE を返します。