FileNotFoundError: [Errno 2] No such file or directory: ‘errors.out‘ (python自然语言处理章节5.6 最后的示例报错)
在使用python3.7运行NaturalLanguageProcessingwithPythonChapter5的最后一个示例fromnltk.tblimportdemoasbrill_demobrill_demo.demo()print(open("errors.out").read())时,出现如下错误:Traceback(mostrecentcalllast):File"E:/Python