Reading
davidcqw
这个作者很懒,什么都没留下…
展开
-
Natural Language Processing With Python (3)
Chapter 4 something about python basic: (1)A list is typically a sequence of objects all having the same type, of arbitrary length. Mutable. (2)A tuple is typically a collection of objects of原创 2014-05-08 19:15:07 · 930 阅读 · 0 评论 -
git权威指南读书笔记(一)
开始阅读git权威指南 第一章: 1、diff和patch的联合使用 2、cvs -> svn -> git 第二章和第三章: 废话太多,过 第四章: 命令: git --version git config 和 git config--global 和 git config --system 三种命令原创 2014-05-04 15:07:07 · 875 阅读 · 0 评论 -
Natural Language Processing With Python (1)
Chapter 1: Easy, just using some API. Important API : FreqDist(). Some natural language understanding technologies : Word Sense Disambiguation, Pronoun Resolution, Generating Languge Output,原创 2014-08-26 11:37:35 · 637 阅读 · 0 评论 -
Natural Language Processing With Python (2)
Chapter 3: This chapter describes the skill to process raw text. Some important point: 1. Access text from web and disk : api such as urlopen(), open(), read(), write() and some string operat原创 2014-08-26 11:34:25 · 710 阅读 · 0 评论