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.