Natural Language Processing with Python

Natural Language Processing with Python:AnalyzingTextwiththeNaturalLanguageToolkit

查阅电子书
手机扫码
  • 微信扫一扫

    关注微信公众号

因版权原因待上架

内容简介

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.

作者简介

Steven Bird是墨尔本大学计算机科学和软件工程系副教授,以及宾夕法尼亚大学语言数据联合会高级研究助理。

克莱因是爱丁堡大学信息学院语言技术教授。

洛普最近从宾夕法尼亚大学获得机器学习自然语言处理博士学位,目前是波士顿BBN Technologies公司的研究员。

Natural Language Processing with Python是2009年由O'ReillyMedia出版,作者StevenBird。

得书感谢您对《Natural Language Processing with Python》关注和支持,如本书内容有不良信息或侵权等情形的,请联系本网站。

购买这本书

你可能喜欢
编写整洁的Python代码(第2版) 电子书
本书介绍实现Python代码整洁应遵循的基本原则,帮你编写更易于维护和更整洁的代码。
Python网络爬虫技术 电子书
以任务为导向,介绍了不同场景下Python爬取网络数据的方法。
Python编程做中学 电子书
一本零基础的Python编程入门书。
Power Query For Excel:让工作化繁为简 电子书
51CTO学院策划的数据处理之利器 Excel 2016版本中,默认增加了 Power Query 功能,此功能在Excel 2010或Excel 2013版本需要以插件形式安装使用。 Power Query名副其实,在数据的清洗、整理、整合等方面非常给力,它比工作表函数更强大、比SQL更灵活、比VBA更简洁。 本书从Power Query可视化操作开始讲解,直到学会手动编写M代码来处理数据 配以大量经典实例,以帮助读者完成知识的迁移,将所学技术应用到工作中。
机器学习算法评估实战 电子书
在机器学习算法的实际应用中,我们不仅要知道算法的原理,也要了解如何评估算法上线服务的可靠性。