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
- 1 user / day
- 7 users / week
- 32 users / month
- 215 users / 6 months
- 6.2K subscribers
- 1.53K Posts
- 4.78K 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.deleted by creator
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 :)
Keyword extraction, AI summarization. Those phrases might get you started.