Here\'s my database :
I used this function to see the frequency of trigram in my database :
def get_top_n_gram(corpus,ngram_range,n=None):