Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Natural Language Processing Recipes: Unlocking Text Data with Machine Learning and Deep Learning using Python
Natural Language Processing Recipes: Unlocking Text Data with Machine Learning and Deep Learning using Python
Natural Language Processing Recipes: Unlocking Text Data with Machine Learning and Deep Learning using Python
Ebook280 pages1 hour

Natural Language Processing Recipes: Unlocking Text Data with Machine Learning and Deep Learning using Python

Rating: 0 out of 5 stars

()

Read preview

About this ebook

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 thisbook, 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 Learn
  • Apply NLP techniques using Python libraries such as NLTK, TextBlob, spaCy, Stanford CoreNLP, and many more
  • Implement 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 problems

Who This Book Is For Data scientists who want to refresh and learn various concepts of natural language processing through coding exercises. 

LanguageEnglish
PublisherApress
Release dateJan 29, 2019
ISBN9781484242674
Natural Language Processing Recipes: Unlocking Text Data with Machine Learning and Deep Learning using Python

Related to Natural Language Processing Recipes

Related ebooks

Intelligence (AI) & Semantics For You

View More

Related articles

Reviews for Natural Language Processing Recipes

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Natural Language Processing Recipes - Akshay Kulkarni

    © Akshay Kulkarni and Adarsha Shivananda 2019

    Akshay Kulkarni and Adarsha ShivanandaNatural Language Processing Recipeshttps://doi.org/10.1007/978-1-4842-4267-4_1

    1. Extracting the Data

    Akshay Kulkarni¹  and Adarsha Shivananda¹

    (1)

    Bangalore, Karnataka, India

    In this chapter, we are going to cover various sources of text data and ways to extract it, which can act as information or insights for businesses.

    Recipe 1. Text data collection using APIs

    Recipe 2. Reading PDF file in Python

    Recipe 3. Reading word document

    Recipe 4. Reading JSON object

    Recipe 5. Reading HTML page and HTML parsing

    Recipe 6. Regular expressions

    Recipe 7. String handling

    Recipe 8. Web scraping

    Introduction

    Before getting into details of the book, let’s see the different possible data sources available in general. We need to identify potential data sources for a business’s benefit.

    Client Data

    For any problem statement, one of the sources is their own data that is already present. But it depends on the business where they store it. Data storage depends on the type of business, amount of data, and cost associated with different

    Enjoying the preview?
    Page 1 of 1