Common-SenseMakers / sensemakers

Sensemakers infrastructure for developing AI-based tools for semantic annotations of social posts. Cross-poster app to publish your semantic posts on different networks.
GNU General Public License v3.0
1 stars 2 forks source link

[NLP] `scape_post` won't parse a reference #92

Open ShaRefOh opened 1 month ago

ShaRefOh commented 1 month ago

The RefPost object created by scape_post on the tweet https://twitter.com/JingyiQiu4/status/1792956482851663941, doesn't parse the reference in the tweet

ronentk commented 1 month ago

@ShaRefOh ok it looks like this is due to that user having a blue check acct (even though it is hidden from their profile page)

The api I'm using in python using doesn't support longer tweets than the standard limit.

In [3]: tweet.content
Out[3]: '🚀Our field experiment (@yanchen @alain_cohn & Al Roth) on Twitter shows that social media promotion can boost job market outcomes, especially for women❗️\n\n✅Job market candidates in the treatment group received one additional flyout, with women receiving 0.9 more job offers.… https://t.co/kr7v2dMaeW'

This is the same as issue https://github.com/csensemakers/desci-sense/issues/31 , it shouldn't be a problem in the app since we are using the official twitter api. I think we can safely ignore it for now.