crawler-bilibili / crawler-bilibili-source

source code
1 stars 0 forks source link

Generate array of popular web words #8

Open mengyuhan opened 7 years ago

mengyuhan commented 7 years ago

I want to have a list of popular web words, and use them to filter comment Done: This array will be stored in popular_word.json and ready to use for querying db in the format: [牛B,给力。。。。] Then, use them to filter comments and generate another array with top ten frequent elements: filtered_popular_word[10]=[{牛B:100},{给力50}。。。。]