Login
Remember
Register
Ask a Question
What is the output of: doc = nlp(“The quick brown fox jumps over the lazy dog”) print(doc[2:4])?
0
votes
asked
Sep 28, 2022
in
NLP using Python
by
john ganales
What is the output of: doc = nlp(“The quick brown fox jumps over the lazy dog”) print(doc[2:4])?
a) quick brown
b) brown fox
c) fox over
d) lazy dog
nlp
spacy
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 28, 2022
by
john ganales
c) fox over
...