Choosing method

Report a typo

We have imported the SemCor corpus using nltk.corpus.

from nltk.corpus import semcor

After that, we have used some method to access the corpus data. Below you can see a sample of the output.

# [['The'], ['Fulton', 'County', 'Grand', 'Jury'], ['said'], ['Friday'], ...]

Based on how it looks, determine the method we have used.

Select one option from the list
___

Create a free account to access the full topic