Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Natural Language Processing with Python Cookbook

Posted By: readerXXI
Natural Language Processing with Python Cookbook

Natural Language Processing with Python Cookbook
by Krishna Bhavsar and Naresh Kumar
English | 2017 | ISBN: 178728932X | 308 Pages | True PDF/Code Files | 34/1.2 MB

This book is intended for data scientists, data analysts, and data science professionals who want to upgrade their existing skills to implement advanced text analytics using NLP. Some basic knowledge of Natural Language Processing is recommended.

What You Will Learn:

• Explore corpus management using internal and external corpora
• Learn WordNet usage and a couple of simple application assignments using WordNet
• Operate on raw text
• Learn to perform tokenization, stemming, lemmatization, and spelling corrections, stop words removals, and more
• Understand regular expressions for pattern matching
• Learn to use and write your own POS taggers and grammars
• Learn to evaluate your own trained models
• Explore Deep Learning techniques in NLP
• Generate Text from Nietzsche's writing using LSTM
• Utilize the BABI dataset and LSTM to model episodes

Natural Language Processing (NLP) is a field of computer science, artificial intelligence, and computational linguistics concerned with the interactions between computers and human (natural) languages; in particular, it's about programming computers to fruitfully process large natural language corpora.

This book includes unique recipes that will teach you various aspects of performing Natural Language Processing with NLTK the leading Python platform for the task. You will come across various recipes during the course, covering (among other topics) natural language understanding, Natural Language Processing, and syntactic analysis. You will learn how to understand language, plan sentences, and work around various ambiguities. You will learn how to efficiently use NLTK and implement text classification, identify parts of speech, tag words, and more. You will also learn how to analyze sentence structures and master lexical analysis, syntactic and semantic analysis, pragmatic analysis, and the application of deep learning techniques.

By the end of this book, you will have all the knowledge you need to implement Natural Language Processing with Python.