๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Natural Language Processing with Python and spaCy: A Practical Introduction

โœ Scribed by Yuli Vasiliev


Publisher
No Starch Press
Year
2020
Tongue
English
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


An introduction to natural language processing with Python using spaCy, a leading Python natural language processing library. Natural Language Processing with Python and spaCy will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly and easily. You'll learn how to leverage the spaCy library to extract meaning from text intelligently; how to determine the relationships between words in a sentence (syntactic dependency parsing); identify nouns, verbs, and other parts of speech (part-of-speech tagging); and sort proper nouns into categories like people, organizations, and locations (named entity recognizing). You'll even learn how to transform statements into questions to keep a conversation going. You'll also learn how to: - Work with word vectors to mathematically find words with similar meanings (Chapter 5) - Identify patterns within data using spaCy's built-in displaCy visualizer (Chapter 7) - Automatically extract keywords from user input and store them in a relational database (Chapter 9) - Deploy a chatbot app to interact with users over the internet (Chapter 11) "Try This" sections in each chapter encourage you to practice what you've learned by expanding the book's example scripts to handle a wider range of inputs, add error handling, and build professional-quality applications. By the end of the book, you'll be creating your own NLP applications with Python and spaCy.

โœฆ Subjects


Computers, Natural Language Processing


๐Ÿ“œ SIMILAR VOLUMES


Natural Language Processing with Python
โœ Yuli Vasiliev ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› No Starch Press ๐ŸŒ English

An introduction to natural language processing with Python using spaCy, a leading Python natural language processing library. Natural Language Processing with Python and spaCy will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly a

Natural Language Processing with Python
โœ Yuli Vasiliev ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› No Starch Press ๐ŸŒ English

An introduction to natural language processing with Python using spaCy, a leading Python natural language processing library. Natural Language Processing with Python and spaCy will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly and

Natural Language Processing with Python
โœ Yuli Vasiliev ๐Ÿ“‚ Library ๐Ÿ“… 2020 ๐Ÿ› No Starch Press ๐ŸŒ English

An introduction to natural language processing with Python using spaCy, a leading Python natural language processing library. Natural Language Processing with Python and spaCy will show you how to create NLP applications like chatbots, text-condensing scripts, and order-processing tools quickly and

Natural Language Processing Practical us
โœ Tony Snake ๐Ÿ“‚ Library ๐Ÿ“… 2022 ๐Ÿ› Independently published ๐ŸŒ English

Learn how you can perform named entity recognition using HuggingFace Transformers and spaCy libraries in Python. Named Entity Recognition (NER) is a typical natural language processing (NLP) task that automatically identifies and recognizes predefined entities in a given text. Entities like person n

Natural Language Processing and Computat
โœ Bhargav Srinivasa-Desikan [Bhargav Srinivasa-Desikan] ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› Packt Publishing ๐ŸŒ English

<p><strong>Work with Python and powerful open source tools such as Gensim and spaCy to perform modern text analysis, natural language processing, and computational linguistics algorithms.</strong></p> <h4>Key Features</h4> <ul> <li>Discover the open source Python text analysis ecosystem, using sp