python
Dic0k
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python入门教程——30分钟学习py语法(英文版)
Learn python in a short time 1. Properties Python is strongly typed (i.e. types are enforced), dynamically, implicitly typed (i.e. you don’t have to declare variables), case sensitive (i.e. var and VA...原创 2019-03-02 11:38:11 · 1672 阅读 · 0 评论 -
Python NLTK 入门教程
Python 自然语言处理——NLTK 入门教程 NLTK 入门(详细使用见官网:http://www.nltk.org/) 一. 安装 pip install nltk >>> import nltk >>> nltk.download() 选择需要的包安装,建议默认路径下载,全部包安装大概需要 2G 内存 测试安装是否成功 >>> fr...原创 2019-03-14 00:34:11 · 5999 阅读 · 0 评论
分享