Skip to content
New issue

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

Add generic hashtag support #266

Open
tokee opened this issue Oct 1, 2021 · 0 comments
Open

Add generic hashtag support #266

tokee opened this issue Oct 1, 2021 · 0 comments

Comments

@tokee
Copy link
Collaborator

tokee commented Oct 1, 2021

Hashtags are universal to the net, so parsing all text for #LooksLikeAHashtag and adding them to the keywords-field seems like an obvious feature.

We need to ensure that the tags are extracted from text before the text is stripped of punctuation and special characters and we need to agree on what a hashtag looks like. Are these all hashtags?

  • #Hashtag
  • #Hash-tag
  • #Hash.tag
  • #Hash_tag
  • #Hash/tag
  • #Hashtag.
  • #Hashtag2000
  • #2000
  • #$2000
  • #☃︎
  • #_
  • #HashtagWhichIsExceedinglyLongSoMentallyAddAbout2000ExtraCharacters

So valid characters and maximum length, I guess?

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

No branches or pull requests

1 participant