摘要:
study nlp in PYTHON page 17 使用FreqDist时,出现了如下报错: TypeError: 'dict_keys' object is not subscriptable 我一开始使用的方法是: fdist = FreqDist(dist).keys() dist_max 阅读全文
摘要:
Natural Language Processing with Python Steven Bird, Ewan Klein, and Edward Loper Table of Contents Preface .......................................... 阅读全文
摘要:
DB2补丁包的安装步骤一次安装DB2 FIXPACK的经历 1. 通过运行 su - root 命令切换至 root 用户权限。2. 对每个实例运行下列命令: su - iname . $HOME/sqllib/db2profile db2 force applications all db2 te 阅读全文