Skip to content

Feature: Keyword count over time periods #1

Description

@bendavidsteel

We'd like to be able to provide a list of keywords to a function in seldonite, and get back a count of the occurences of the keywords in title and texts in news articles both over all time, and over time periods, in a similar fashion to Google trends.

I've started a function to do this here:

def keywords_over_time(self, keywords: List[str]):

Maybe add an extra keyword parameter that can take 'all', 'year' and 'month' for example

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions