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.