All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
- 0 users online
- 4 users / day
- 18 users / week
- 68 users / month
- 289 users / 6 months
- 6.02K subscribers
- 1.61K Posts
- 5.53K Comments
- Modlog
regular expressions? Any decent text editor should have them. But with text editor you could either just find the hashtags, or do the “replace text” with a regular expression that matches everything that is not a hashtag, and replaces it with nothing.
If you are willing to use command line, you could copy the contents of the article into a text file and then use
grep
command in combination with regular expression that does match hashtags. That would get you a proper list.Sorry, I mean, given a text get the hashtags appropriate to use with the text.
Keyword extraction, AI summarization. Those phrases might get you started.
Maybe changing your title’s “extract” to “deduce” or something like that will avoid this confusion, so that it’s more likely that you get the answer that you’re looking for :)