Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to use the re library to remove irrelevant words?
Post: RE: wordcloud

I don't know why the cloud includes irrelevant words. I found that if I imported RE library and after I wrote the command tweets = [re.sub(r'https\S+', '', x) for x in tweets]it would be solved, but i...
noahe Homework 3 1,150 Jan-11-2023, 11:07 PM
    Thread: How to use the re library to remove irrelevant words?
Post: How to use the re library to remove irrelevant wor...

Hi, I'm currently making a python code which includes the creation of a wordcloud. The problem is that there are some words that are irrelevant with the wordcloud, such as "https". I tried to import r...
noahe Homework 3 1,150 Jan-11-2023, 10:38 PM

User Panel Messages

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