i have list of tweets and i need to know the n-gram for two words first i am convert list to str like
text_ = str(list_)
and import the Libra