You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
I noticed that recent stories don't have any tags on them. Perhaps some services aren't running as we transition?
q='*'fq=mc.dates_as_query_clause(dt.date(2020,8,20), dt.date(2020,8,24))
tag_sets_id=mediacloud.tags.TAG_SET_NYT_THEMES_VERSION# all storiestotal=mc.storyCount(q, fq)['count']
# stories with nyt themeswith_themes=sum([t['count'] fortinmc.storyTagCount(q, fq, tag_sets_id=tag_sets_id)])
"{:.2%} stories have been processed for themes".format(with_themes/total)
This prints out that just 36% of stories between 8/20 and 8/24 have been processed by the theme engine. Of course we can go back and reprocess them, but this will skew results people see in certain Explorer and Topic Mapper widgets.
If I run the same thing with mediacloud.tags.TAG_SET_GEOCODER_VERSION to see how many have been run through CLIFF, I get the same result - 36%.
The text was updated successfully, but these errors were encountered:
I noticed that recent stories don't have any tags on them. Perhaps some services aren't running as we transition?
This prints out that just 36% of stories between 8/20 and 8/24 have been processed by the theme engine. Of course we can go back and reprocess them, but this will skew results people see in certain Explorer and Topic Mapper widgets.
If I run the same thing with
mediacloud.tags.TAG_SET_GEOCODER_VERSION
to see how many have been run through CLIFF, I get the same result - 36%.The text was updated successfully, but these errors were encountered: