On Thu, Sep 19, 2013 at 11:19 AM, C. Scott Ananian cananian@wikimedia.org wrote:
Perhaps we could use some Math here? Can we grab a list of the last, say, 100,000 edits reverted for vandalism, look at the diff, and compute a frequency score based on that? --scott
I did something like that in JavaScript: https://github.com/he7d3r/mw-gadget-WordFrequencyOnRevertedEdits/
Helder