AI-powered search & chat for Data / Computer Science Students

So… What’s spaCy?

 Towards Data Science

If a normal data analysis tool in Python for tabular and structured data has Pandas, then the data analysis tool in Natural Language Processing (NLP) for text and unstructured data has spaCy. When…

Read more at Towards Data Science

spaCy Basics

 Towards Data Science

Learn to use the spaCy framework for NLP tasks including tokenization, part-of-speech tagging, lemmatization, and named entity recognition.

Read more at Towards Data Science

Python’s spacy library

 Python in Plain English

Alright, fasten your seatbelts because we’re about to zoom into the world of spaCy, a powerful Python library that’s like a Swiss Army knife for text processing! 😄✨ Imagine you’re a detective 🕵️‍♂️,...

Read more at Python in Plain English

Text summarization using spaCy

 Analytics Vidhya

spaCy is a free, open-source advanced natural language processing library, written in the programming languages Python and Cython. spaCy mainly used in the development of production software and also…...

Read more at Analytics Vidhya

A couple tricks for using spaCy at scale

 Towards Data Science

The Python package spaCy is a great tool for natural language processing. Here are a couple things I’ve done to use it on large datasets.

Read more at Towards Data Science

Spacy + Redis = Magic

 Towards Data Science

Breezing through word similarity tasks in NLP by leveraging the ingenuity of spacy and power of redis

Read more at Towards Data Science

Practical Python: spaCy for NLP

 Towards Data Science

A Beginner’s Guide to Natural Language Processing Continue reading on Towards Data Science

Read more at Towards Data Science

Building a Text Classifier with Spacy 3.0

 Analytics Vidhya

Explosion AI just released their brand new nightly releases for their natural language processing toolkit SpaCy. I have been a huge fan of this package for years since it allows for rapid development…...

Read more at Analytics Vidhya

Five Talks from spaCy-IRL Worth Watching

 Towards Data Science

SpaCy-IRL, is a two day event that took place in Berlin, July 5–6, 2019. It mainly focused on applied Natural Language Processing (NLP). Meaning, solving novel NLP business problems with (usually)…

Read more at Towards Data Science

Introduction to spaCy

 Analytics Vidhya

In Today’s world, we have billions of emails and chats generating every second and thus resulting in the un-realizable amount of text data generated which needs to be processed. The main difficulty…

Read more at Analytics Vidhya

Introduction to NLP Library: Spacy in Python

 Analytics Vidhya

Natural Language Processing (NLP) allows computers and machines to perform task like read and understanding human language. One of the major challenge we faced when working with textual data or…

Read more at Analytics Vidhya

Natural Language Processing: Experimenting spaCy (Part 4) | SmartLake

 Analytics Vidhya

In the previous 3 articles we have illustrated the usage of Google and AWS NLP APIs and experimented the spacy library to extract entities and nouns from different documents. We have chosen to use…

Read more at Analytics Vidhya

Getting Started with NLP with spaCy 3.0

 Towards Data Science

This article is part of the supporting material for the story — ‘Understanding NLP — from TF-IDF to transformers’ This article goes in detail on how to get started with spaCy. We will be focusing on…

Read more at Towards Data Science

7 spaCy Features To Boost Your NLP Pipelines And Save Time

 Towards Data Science

I’ve never used spaCy beyond simple named entity recognition tasks. Boy was I wrong. Continue reading on Towards Data Science

Read more at Towards Data Science

Ines Montani and Matthew Honnibal — The Brains behind spaCy

 Analytics Vidhya

What would you do if you had the chance to pick the brains behind one of the most popular Natural Language Processing (NLP) libraries of our era? A library that has helped usher in the current boom…

Read more at Analytics Vidhya

A brief introduction to spaCy using python: Production grade NLP library

 Analytics Vidhya

One of the most interesting areas for data scientists, ML engineers and research scientists is Natural Language Processing (NLP). As unstructured text data are in abundance and it is not easy to…

Read more at Analytics Vidhya

spaCy Tutorial to Learn and Master Natural Language Processing (NLP)

 Analytics Vidhya

spaCy is my go-to library for Natural Language Processing (NLP) tasks. I’d venture to say that’s the case for the majority of NLP experts out there! Among the plethora of NLP libraries these days…

Read more at Analytics Vidhya

Learn how to use spaCy for Natural Language Processing

 Analytics Vidhya

Introduction to the powerful spaCy package and how it use for NLP tasks

Read more at Analytics Vidhya

Python Spacy : Knowing These Secrets Make U Utilize Library At Ease

 Analytics Vidhya

SPACY is one of the open source library available in python which guarantees solution to NLP (Natural Language Processing) problem statement. It has three different language corpus available …

Read more at Analytics Vidhya

Natural Language Processing using spaCy in Python(part-1)

 Analytics Vidhya

NLP using spaCy which is written in python and cython used for advanced natural language processing. Contains various preprocessing and feature extraction techniques.

Read more at Analytics Vidhya

Natural Language Processing with spaCy— Steps and Examples

 Towards AI

spaCy is an open-source, advanced Natural Language Processing (NLP) library in Python. The library was developed by Matthew Honnibal and Ines Montani, the founders of the company Explosion.ai. In my…

Read more at Towards AI

Drugs NER using spaCy in Python

 Towards Data Science

Previously, I have covered an article on Sarcasm Text Classification using spaCy in Python. In this piece, you will learn more on the Named-Entity Recognition (NER) component instead. For your…

Read more at Towards Data Science

Scale Spacy text similarity(NLP) on Apache Spark

 Analytics Vidhya

In this article we will be learning about what is Spacy and how we can leverage Apache Spark to run Spacy at scale. With ever growing demand for machine learning use-case in diurnal business, the…

Read more at Analytics Vidhya

Turbo-charge your spaCy NLP pipeline

 Towards Data Science

Consider you have a large text dataset on which you want to apply some non-trivial NLP transformations, such as stopword removal followed by lemmatizing the words (i.e. reducing them to root form) in…...

Read more at Towards Data Science