hashtag_tools
Extract, remove, generate, or format hashtags in text. Suggests tags via word frequency and handles Unicode like #日本語.
Instructions
Hashtag operations on text. mode=extract (pull #hashtags out of text with offsets), remove (strip them out + tidy whitespace), generate (suggest #hashtags from text content via stop-word-filtered word frequency), format (normalize an array of hashtag strings to camel/snake/lower/preserve style). Unicode-aware (#日本語 works).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | For generate. | |
| mode | Yes | ||
| text | No | For extract / remove / generate. | |
| style | No | For format. | |
| hashtags | No | For format. | |
| min_length | No | For generate. |