摘要:study nlp in PYTHON page 17 使用FreqDist时,出现了如下报错: TypeError: 'dict_keys' object is not subscriptable 我一开始使用的方法是: fdist = FreqDist(dist).keys() dist_max
阅读全文
摘要:在使用jieba中文分词工具时,报错如下: import jieba ModuleNotFoundError Traceback (most recent call last)<ipython-input-41-71874e60dc26> in <module> > 1 import jieba M
阅读全文
摘要:Natural Language Processing with Python Steven Bird, Ewan Klein, and Edward Loper Table of Contents Preface ..........................................
阅读全文
摘要:DB2(WZQZ)故障(2019/7/26)分析报告 1. 故障设备/系统 DB2数据库:WZQZAIX OS Level:5.3 2. 故障现象2019-07-26 22:30:00 左右客户反映DB2数据库异常Crash,随后自动恢复了。 3. 故障分析2019-07-26 22:50 远程分析
阅读全文