Revision history of "Script lexique de mots"

View logs for this page

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 06:49, 28 October 2015Ana (talk | contribs). . (847 bytes) (+847). . (Created page with "#!/usr/bin/env/ python import string # remove punctuation def remove_punct(f): tokens = (' '.join(line.replace('\n', '') for line in f)).lower() for c in string.punctuatio...")