Etwas-Builders / Twitter-Source-Bot

Ever wanted to know the source of a tweet? Just @whosaidthis_bot and I'll tell you where it came from
https://twittersourcebot.tech/
15 stars 1 forks source link

No source cited even tho many good sources from google #81

Closed CryogenicPlanet closed 4 years ago

CryogenicPlanet commented 4 years ago

https://twitter.com/salegot1/status/1261882777198198784

image

Sources : Tweet -> handleNewTweet -> results [ { url: 'https://www.nytimes.com/2020/04/08/sports/germany-soccer-coronavirus.html', title: "Germany Prepares for Soccer's Return - The New York Times", rank: 1 }, { url: 'https://www.aljazeera.com/news/2020/05/german-football-league-bundesliga-coronavirus-break-200515115945548.html', title: 'German football league Bundesliga is back after coronavirus ...', rank: 2 }, { url: 'https://www.cbssports.com/soccer/news/coronavirus-when-will-bundesliga-premier-league-la-liga-serie-a-and-other-soccer-competitions-return/', title: 'Coronavirus: When will Bundesliga, Premier League, La Liga ...', rank: 3 }, { url: 'https://www.espn.com/soccer/german-bundesliga/story/4092272/coronavirus-bundesliga-to-become-europes-first-major-league-to-resume', title: "Coronavirus - Bundesliga to become Europe's first major ...", rank: 4 }, { url: 'https://www.si.com/soccer/2020/04/10/bundesliga-return-matches-coronavirus-risks-europe-la-liga', title: 'Bundesliga and the risks of return amid coronavirus pandemic ...', rank: 5 }, { url: 'https://www.euronews.com/2020/05/06/germany-s-bundesliga-cleared-to-resume-behind-closed-doors-from-mid-may', title: "Germany's Bundesliga football league cleared to resume ...", rank: 6 } ]

CryogenicPlanet commented 4 years ago

Potential issue is emoji handling of 🎉ITS as it became an important keyword

Tweet -> handleNewTweet -> wordsToSearch [ { word: 'Bundesliga', partOfSpeech: 'NNP' }, { word: 'https://t.co/OPzKBAUvdb', partOfSpeech: 'N' }, { word: '🎉ITS', partOfSpeech: 'N' }, { word: 'today', partOfSpeech: 'NN' }, { word: 'first', partOfSpeech: 'N' }, { word: 'football', partOfSpeech: 'NN' }, { word: 'league', partOfSpeech: 'NN' }, { word: 'world', partOfSpeech: 'NN' }, { word: 'return', partOfSpeech: 'NN' }, { word: 'coronavirus', partOfSpeech: 'N' }, { word: 'pandemic.', partOfSpeech: 'N' }, { word: 'doors', partOfSpeech: 'NNS' }, { word: 'division', partOfSpeech: 'NN' }, { word: 'halt', partOfSpeech: 'NN' }, { word: 'BACK', partOfSpeech: 'RB' }, { word: '', partOfSpeech: undefined }, { word: 'The', partOfSpeech: 'DT' }, { word: 'becomes', partOfSpeech: 'VBZ' }, { word: 'major', partOfSpeech: 'JJ' }, { word: 'amid', partOfSpeech: 'IN' }, { word: 'All', partOfSpeech: 'DT' }, { word: 'matches', partOfSpeech: 'VBZ' }, { word: 'will', partOfSpeech: 'MD' }, { word: 'played', partOfSpeech: 'VBD' }, { word: 'behind', partOfSpeech: 'IN' }, { word: 'closed', partOfSpeech: 'VBD' }, { word: 'March.', partOfSpeech: 'URL' } ]

CryogenicPlanet commented 4 years ago

Resolved using SP Classification for capitalization or "!"

https://twitter.com/salegot1/status/1261924237750616065