Natural Language Processing with Python Cookbook

Natural Language Processing with Python Cookbook

English | 2017 | ISBN: 978-1787289321 | 316 Pages | PDF | 34 MB

Natural Language Processing with Python Cookbook: Over 60 recipes to implement text analytics solutions using deep learning principles
Learn the tricks and tips that will help you design Text Analytics solutions
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.
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
Homepage