Quiz: Linguistic Features
Let's test what you've learned in this chapter.
Technical Quiz
1.
Which of the following is the correct way to access the part-of-speech (POS) tag for a token using spaCy?
A.
token.pos
B.
token.pos_
C.
token.tag
D.
Token.tag_
1 / 5