I am trying to put in my collocation results into a variable.
I am able to do this
print(corpus.collocations())
and get the output on the console...
but when I do
my_results = corpus.collocations()
print(type(corpus.collocations()))
I get the output as
<class 'NoneType'>