Turning a text in an alphabetical list of unique words: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    16 March 2011

    • curprev 14:0814:08, 16 March 2011Aymeric Mansoux talk contribs 407 bytes +407 Created page with "Turns a text in an alphabetical list of unique words. Attempts to strip punctuation and lowercases everything. <source lang="python"> #!/usr/bin/env python import sys, string ..."