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}。。。。]
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}。。。。]