- Python 3 Text Processing with NLTK 3 Cookbook
- Jacob Perkins
- 241字
- 2021-09-03 09:45:33
Preface
Natural language processing is used everywhere, from search engines such as Google or Weotta, to voice interfaces such as Siri or Dragon NaturallySpeaking. Python's Natural Language Toolkit (NLTK) is a suite of libraries that has become one of the best tools for prototyping and building natural language processing systems.
Python 3 Text Processing with NLTK 3 Cookbook is your handy and illustrative guide, which will walk you through many natural language processing techniques in a step-by-step manner. It will demystify the dark arts of text mining and language processing using the comprehensive Natural Language Toolkit.
This book cuts short the preamble, ignores pedagogy, and lets you dive right into the techniques of text processing with a practical hands-on approach.
Get started by learning how to tokenize text into words and sentences, then explore the WordNet lexical dictionary. Learn the basics of stemming and lemmatization. Discover various ways to replace words and perform spelling corrections. Create your own corpora and custom corpus readers, including a MongoDB-based corpus reader. Use part-of-speech taggers to annotate words. Create and transform chunked phrase trees and named entities using partial parsing and chunk transformations. Dig into feature extraction and text classification for sentiment analysis. Learn how to process large amount of text with distributed processing and NoSQL databases.
This book will teach you all that and more, in a hands-on learn-by-doing manner. Become an expert in using NLTK for Natural Language Processing with this useful companion.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- 程序員面試白皮書
- Node.js Design Patterns
- CMDB分步構建指南
- Python Data Analysis Cookbook
- 數據結構習題解析與實驗指導
- QGIS 2 Cookbook
- WordPress Search Engine Optimization(Second Edition)
- Xamarin Cross-Platform Development Cookbook
- Python 3快速入門與實戰
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- R語言:邁向大數據之路
- Kotlin程序員面試算法寶典
- Java網絡編程實用精解
- C++標準庫(第2版)