mratanusarkar / twitter-sentiment-analysis

a demo poc for sentiment analysis of tweets
0 stars 0 forks source link

add module for tweet scraping and word cloud generation #5

Closed mratanusarkar closed 1 year ago

mratanusarkar commented 1 year ago

moving the code from the ipynb into a python module. but, still need to look for the possibilities for the following:

Fixing the word_cloud package issue would also close https://github.com/mratanusarkar/twitter-sentiment-analysis/issues/6

mratanusarkar commented 1 year ago

@dsaha21 I have moved the code from the ipynb into a python module. But I feel, we still need to look for the possibilities for the following points mentioned in the PR.

mratanusarkar commented 1 year ago

also, there is a concern with the word_cloud package, for which I have opened an issue here https://github.com/mratanusarkar/twitter-sentiment-analysis/issues/6

dsaha21 commented 1 year ago

@dsaha21 I have moved the code from the ipynb into a python module. But I feel, we still need to look for the possibilities for the following points mentioned in the PR.

ok cool. Will look upon it.

mratanusarkar commented 1 year ago

raising PR as this is a long-standing issue and no response from word_cloud package

mratanusarkar commented 1 year ago

5/6 unfinished tasks will be taken up once the issue #6 is resolved.