Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Counting the most relevant words in a text file
Post: RE: Counting the most relevant words in a text fil...

(Sep-20-2020, 04:34 PM)deanhystad Wrote: import collections punctuation = [' ', '(', ')', ';', ':', '[' ,']', ',', '.', '!', '-', '?', "'", '"'] stopwords = ['', 'a', 'A', 'I', 'am', 'the', 'he', ...
caiomartins General Coding Help 2 2,477 Sep-21-2020, 08:39 AM
    Thread: Counting the most relevant words in a text file
Post: Counting the most relevant words in a text file

I am totally fresh to Python and recently I have been struggling to read a text file. As a personal studying project. I have "built" this code based on some examples I saw only, but it is just not qu...
caiomartins General Coding Help 2 2,477 Sep-20-2020, 02:01 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020