Tool:Typoscan

From Wikitech

Description

typoscan is a tool that scans database dumps of the English Wikipedia for typos and produces lists of hits for processing by AutoWikiBrowser (AWB).

Usage

typoscan provides a webservice at http://tools.wmflabs.org/typoscan/ that lists files with lists of hits that can be imported into AWB.

Administration

To install or update, use become typoscan to switch to the tool account. Then:

git clone git://github.com/scfc/typoscan.git ~/src/typoscan &&
cd ~/src/typoscan &&
autoreconf &&
./configure --prefix="$HOME" &&
make &&
make check &&
make install

Install:

PATH=/data/project/typoscan/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

14 22 * * * jlocal scheduler

as crontab.