...

/

Quiz: Understanding Corpora and Sources

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/”)


1 / 4
...