Can anyone explain to me the purpose of "pattern" in the line below:

documents.append((w, pattern['class']))

documents is declared as a list as follows:
documents.append((w, pattern['class']))
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to