We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I wish there was a NLP primitive that computed the frequency of mentions given a list of texts, as in https://stackoverflow.com/questions/49865756/extract-and-count-hashtags-from-a-dataframe/49865854#49865854. This is the mention analogue of #168.
#140 is similar, but computes the mention count per tweet. This primitive would compute the frequency of each mention given a list of inputs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user, I wish there was a NLP primitive that computed the frequency of mentions given a list of texts, as in https://stackoverflow.com/questions/49865756/extract-and-count-hashtags-from-a-dataframe/49865854#49865854. This is the mention analogue of #168.
#140 is similar, but computes the mention count per tweet. This primitive would compute the frequency of each mention given a list of inputs.
The text was updated successfully, but these errors were encountered: