Her 2saat çalışır ve yemlerdeki kelimeleri sayar, ve daha sonra sıcak konular olarak 10 en yüksek sayısı kelimeleri görüntüler benim web sitesi için bir cron işi oluşturduk.
Bazı şey twitter görüşülmektedir en popüler konuları göstermek için, orada ana ne.
Ne benim cron işi hemen yapar bu gibi i belirttiğim kelimeler, kelimeler hariç kelimeleri sayar:
array('of', 'a', 'an', 'also', 'besides', 'equally', 'further', 'furthermore', 'in', 'addition', 'moreover', 'too',
'after', 'before', 'when', 'while', 'as', 'by', 'the', 'that', 'since', 'until', 'soon', 'once', 'so', 'whenever', 'every', 'first', 'last',
'because', 'even', 'though', 'although', 'whereas', 'while', 'if', 'unless', 'only', 'whether', 'or', 'not', 'even',
'also', 'besides', 'equally', 'further', 'furthermore', 'addition', 'moreover', 'next', 'too',
'likewise', 'moreover', 'however', 'contrary', 'other', 'hand', 'contrast', 'nevertheless', 'brief', 'summary', 'short',
'for', 'example', 'for instance', 'fact', 'finally', 'in brief', 'in conclusion', 'in other words', 'in short', 'in summary', 'therefore',
'accordingly', 'as a result', 'consequently', 'for this reason', 'afterward', 'in the meantime', 'later', 'meanwhile', 'second', 'earlier', 'finally', 'soon', 'still', 'then', 'third'); //words that are negligible
Ama bu tamamıyla gerekli olmayan kelimeler ortadan kaldırılması sorunu çözdü değil. Ve yararlıdır sadece kelimeleri verir.
Birisi bana bu konuda rehberlik edin ve nasıl benim algoritmasını geliştirmek Bana söyleyebilirsin.
Regards Zeeshan