Quiz: Implementing NLP with the quanteda Package
Quiz yourself on what you’ve learned so far in this chapter.
We'll cover the following...
We'll cover the following...
Using quanteda for Natural Language Processing
1.
Which quanteda function calculates tf-idf from a document-feature matrix?
A.
dfm_tfidf()
B.
makeTermFrequencyInverseDocumentFrequency()
C.
bind_tf_idf( )
D.
weighting = weightTfIdf
1 / 4