Show HN: Taggy – Open-source package to auto-tag input/text (github.com)
Hello!
I'm building a typescript based frontend package to tag/categorize any form of textual input.
Straight to the demo -> https://open-taggy.github.io/demo/
Project focus:
- lightweight (frontend package without any backend server stuff)
- easy integration (currently npm/vanilla, frameworks to come)
- free and open source
It works on the basis of a pre-defined list of trigger words (glossary). With this approach there is no need for any external services or heavy backend/ML-things.
12 comments
[ 1.3 ms ] story [ 36.1 ms ] threadLooking forward to seeing how you implemented this when I get home
Since mine tend to be domain-specific though, I do wonder if I wouldn't need either a more generalized model or a very specialized keyword list.
"Very domain specific" sounds like the need for a very specialized list. But it's hard to tell without knowing it. With the current approach it seems like some domains/use-cases work really over others (seemingly the "broader ones").
The error-message indicates that this happens when you try the (online/linked above) demo-page, right? Hmm... what browser (and version) do you use?