Stripping all the tags from HTML to get pure text: 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 13:3913:39, 16 March 2011Aymeric Mansoux talk contribs 372 bytes +372 Created page with "You can use nltk.util.clean_html to remove all tags <source lang="python"> import nltk.util nltk.util.clean_html(source) </source> example: <source lang="python"> nltk.util.cle..."