Save
freeCodeCamp
NLP with spaCy & Python freeCodeCamp
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Michael Angelo Cantara
Visit profile
Cards (53)
What will you learn in this course?
Natural language processing
using the spacey
library
View source
Who is the instructor of this course?
Dr.
William Mattingly
View source
What is Dr. Mattingly's background?
He has a
PhD
in
medieval
history
View source
What will you gain from this video?
A basic understanding of
NLP
and its
applications
View source
How does Dr. Mattingly use NLP in his work?
To
analyze
historical
and
financial
documents
View source
Why does Dr. Mattingly prefer the spacey library?
It is easy to use and
implement
solutions
View source
What are the parts of the video series?
Part one: Off the shelf features of spacey
Part two: Features not in
off the shelf
models
Part three: Applying lessons to
information extraction
View source
What is the focus of part three of the video?
Information extraction
from
financial documents
View source
What is information extraction in NLP?
Extracting
relevant
information from
raw
text
View source
What are some applications of NLP?
Named entity recognition
and
sentiment analysis
View source
What is the difference between NLP and NLU?
NLP focuses on
language processing
, NLU on understanding
View source
What is one common use of NLP in the legal industry?
Classifying
and extracting relevant
documents
View source
What is the purpose of text categorization?
To classify
unstructured
data into categories
View source
How does spam detection utilize NLP?
By
classifying
emails as spam or not
View source
What is the main advantage of using spacey for NLP?
It provides
off the shelf
models with good performance
View source
What programming language is spacey available in?
Python
View source
What is a key feature of spacey?
It allows for custom training of
models
View source
What is the purpose of the spacey framework?
To perform
natural language processing
efficiently
View source
How does spacey handle large quantities of documents?
It
processes
them
efficiently
and
accurately
View source
Where can you find the textbook related to this video?
At
spacey.pythonhumanities.com
View source
What are the recommended steps to learn spacey?
Watch the
video
in its entirety
Replicate each stage on a separate screen
Review the video again without aids
View source
What is the main goal of this video series?
To teach how to use spacey for
NLP
View source
What is the first step to use spacey?
Install the spacey
library
View source
Where can you find installation instructions for spacey?
At
spacey.io
under usage
View source
What installation method does Dr. Mattingly use for spacey?
PIP
on
Windows
View source
What language is Dr. Mattingly working with in this course?
English
View source
What is the purpose of the user interface on spacey.io?
To select
installation features
based on
environment
View source
What is the purpose of the video series on spacey?
To teach users how to use spacey
View source
What must you do before using spacey?
Install
spacey
View source
Where should you go to install spacey based on your environment?
spacey.io
backslash
usage
View source
Which operating systems are mentioned for installing spacey?
Mac OS
,
Windows
, Linux
View source
What package manager is recommended for Windows users to install spacey?
PIP
View source
What model should you download for English texts?
N
core web SM
model
View source
What command is used to install spacey in Jupyter Notebook?
pip install
spacey
View source
What will your output look like if spacey is already installed?
Requirement
already satisfied
View source
What command do you use to download the N core web SM model?
Python
-m spacey download
View source
What does the doc object contain in spacey?
Metadata
about the text
View source
What are the three main containers in spacey?
Doc
,
span
, token
View source
What is a token in spacey?
Words
or
punctuation marks
in
text
View source
How do spans differ from tokens in spacey?
Spans can be
multiple
tokens
, tokens
cannot
View source
See all 53 cards