Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 448 Bytes

Readme.md

File metadata and controls

20 lines (15 loc) · 448 Bytes

《Python 自然语言处理》学习笔记

英文版地址

需要安装的软件包

  • Python 3.7.0
  • bs4 0.0.1
  • feedparser 5.2.1
  • matplotlib 3.1.0
  • networkx 2.3
  • nltk 3.2.5
  • numpy 1.16.4
  • pandas 0.24.2
  • pyparsing 2.4.0
  • python-dateutil 2.8.0

需要参考的理论书籍

  • 《自然语言处理综论》第二版 ( 术语基本以这本书为准 )