How to get the occurence of trigram in text data?

后端 未结 0 2001
南笙
南笙 2020-12-31 01:24

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):
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题