Quiz: Understanding Corpora and Sources
Quiz yourself on the use of corpora and various sources to facilitate document integration for natural language processing.
We'll cover the following...
Corpora and Sources
1
Which option creates a corpus without errors?
A)
newCorpus <- Corpus(DirSource(directory = “./Muhammad_Iqbal/”))
B)
newCorpus <- Corpus(directory = “./Muhammad_Iqbal/”)
C)
newCorpus <- Corpus(FileSource(directory = “./Muhammad_Iqbal/”))
D)
newCorpus <- DirSource(directory = “./Muhammad_Iqbal/”)
Question 1 of 40 attempted
...
Access this course and 1400+ top-rated courses and projects.