书籍 Natural Language Processing with Python的封面

Natural Language Processing with Python

Steven Bird

出版时间

2009-07-09

ISBN

9780596516499

评分

★★★★★
书籍介绍

This book offers a highly accessible introduction to Natural Language Processing, the field that underpins a variety of language technologies, ranging from predictive text and email filtering to automatic summarization and translation. With Natural Language Processing with Python, you'll learn how to write Python programs to work with large collections of unstructured text. You'll access richly-annotated datasets using a comprehensive range of linguistic data structures. And you'll understand the main algorithms for analyzing the content and structure of written communication.

Packed with examples and exercises, Natural Language Processing with Python will help you:

* Extract information from unstructured text, to guess the topic or identify "named entities"

* Analyze linguistic structure in text, including parsing and semantic analysis

* Access popular linguistic databases, including WordNet and treebanks

* Integrate techniques drawn from fields as diverse as linguistics and artificial intelligence

Perfect for individual study, or as a classroom and workshop textbook, this book will help you gain practical skills in Natural Language Processing using the Python programming language and the Natural Language Toolkit (NLTK) open source library.

If you're interested in developing Web applications, analyzing multilingual news sources, documenting endangered languages, or if you are simply curious to have a programmer's perspective on how human language works, you will find Natural Language Processing with Python both fascinating and immensely useful.

用户评论
NLTK 指导书!看了前七章,后面的句法分析没看了
扫了前200页,基本上还啥也没讲呢
后面就开始看不懂了TT
很多非常适合Python实践的例子,但是对我来说我希望得到更多理论上的理解,但是本书更多是基于一个库的实践指导吧
觉得一般...
入门:用python做computational semantics
我读的电子版,从封面看也许不是同一本。个人认为这本有点像教人怎么用package,更像工具书而非入门读物。
神经网络之前的自然语言处理,NLTK工具书,从序列标注到语义分析。一阶逻辑那里不怎么清楚,别的都挺好的。
这好像是我完完整整看完实践过的第一本编程书...惭愧
读了前三章,完全就是nltk说明书和基本的文本处理方法,后面的章节也扫了一眼,感觉介绍的东西过于细节且有些过时。个人所见,目前主流的NLP,已经是基于word embedding representation结合neural network deep learning了,而不是探究grammar,句式结构,单词词性这些了。
Z-Library