User:Laurier Rochon/prototyping/nlp: 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.

19 November 2010

18 November 2010

  • curprev 19:4919:49, 18 November 2010Laurier Rochon talk contribs 2,411 bytes +2,411 Created page with "== NLP with NLTK/Python == *Count number of words (word tokens) : len(text) *Count number of distinct words (word types) : len(set(text)) *The diversity of a text can be found w..."