On Apr 4, 2:07 pm, [EMAIL PROTECTED] wrote:
> My question is how to get word frequencies from this files?
> I will be glad to get any help.
>

--files have a read(), readline(), and readlines() method
--strings have a split() method, which splits the string on
whitespace(e.g. spaces)
--lists have a count() method

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to