Natural Language Processing Recipes e-bog
403,64 DKK
(inkl. moms 504,55 DKK)
Implement natural language processing applications with Python using a problem-solution approach. This book has numerous coding exercises that will help you to quickly deploy natural language processing techniques, such as text classification, parts of speech identification, topic modeling, text summarization, text generation, entity extraction, and sentiment analysis. Natural Language Pro...
E-bog
403,64 DKK
Forlag
Apress
Udgivet
29 januar 2019
Genrer
Open source and other operating systems
Sprog
English
Format
pdf
Beskyttelse
LCP
ISBN
9781484242674
Implement natural language processing applications with Python using a problem-solution approach. This book has numerous coding exercises that will help you to quickly deploy natural language processing techniques, such as text classification, parts of speech identification, topic modeling, text summarization, text generation, entity extraction, and sentiment analysis. Natural Language Processing Recipes starts by offering solutions for cleaning and preprocessing text data and ways to analyze it with advanced algorithms. You'll see practical applications of the semantic as well as syntactic analysis of text, as well as complex natural language processing approaches that involve text normalization, advanced preprocessing, POS tagging, and sentiment analysis. You will also learn various applications of machine learning and deep learning in natural language processing.By using the recipes in this book, you will have a toolbox of solutions to apply to your own projects in the real world, making your development time quicker and more efficient. What You Will LearnApply NLP techniques using Python libraries such as NLTK, TextBlob, spaCy, Stanford CoreNLP, and many moreImplement the concepts of information retrieval, text summarization, sentiment analysis, and other advanced natural language processing techniques.Identify machine learning and deep learning techniques for natural language processing and natural language generation problemsWho This Book Is ForData scientists who want to refresh and learn various concepts of natural language processing through coding exercises.