Skip to content
@open-taggy

taggy

taggy is a typescript-based frontend package to automatically tag (or categorize) textual content.

taggy | Open Semantic Tagging

mtl-taggy

taggy is a frontend package to automatically tag (or categorize) textual content.

🧩 The problem

Tagging content in web-based editorial systems - i.e. assigning content to a selection of topics - is mostly still done manually and therefore tedious and error-prone. Especially when it comes to large amounts of data. Proprietary systems are often expensive and questionable in terms of data protection.

🎯 taggy gives you

  • An open, easy-to-start-with, easy-to-integrate and quite powerful frontend module to fit your tagging needs.

  • Just define some trigger words or put in your existing glossary and start to tag your content.

👁️ Demo

💡 Examples

Website Forms

Assign form input by your users automatically to the right internal tracks:

Categorize input while typing:

News Articles

Tag them automatically:

📘 Documentation

Getting started

Please visit the main repo of taggy to get going quickly.

The Glossary

This is a list of words in JSON-format with categories and keywords. taggy categorizes the input based on that. The structure is like this:

{
  "tags": [
    {
      "category": "Herbs and Spices",
      "keywords": [ "Rosemary", "Parsley", "Pepper", "Thyme", "Mint", "Chilli", "Basil", "Dill" ]
    },
    {
      "category": "Vegetables",
      "keywords": [ "Potatoes", "Cucumber", "Garlic", "Carrots", "Spinach", "Onion", "Mushrooms" ]
    },
    {
      "category": "Fish",
      "keywords": [ "Salmon", "Tuna", "Red Snapper", "Sardines", "Herring", "Flounder", "Bass", "Mackerel" ]
    }
  ]
}

⚡ Powered by

Media Tech Lab by Media Lab Bayern (@media-tech-lab)

mtl-powered-by

Pinned

  1. website website Public

    documentation website for taggy

    JavaScript 1

  2. taggy taggy Public

    taggy is a typescript-based frontend package to automatically tag (or categorize) textual content.

    TypeScript 63 1

Repositories

Showing 6 of 6 repositories
  • taggy Public

    taggy is a typescript-based frontend package to automatically tag (or categorize) textual content.

    TypeScript 63 MIT 1 0 0 Updated Feb 14, 2023
  • demo Public

    a demo site for taggy

    HTML 0 MIT 0 0 0 Updated Feb 13, 2023
  • .github Public

    taggy helps you to tag your content

    0 MIT 0 0 0 Updated Jan 30, 2023
  • angular Public

    angular implementation for taggy

    TypeScript 0 MIT 0 0 0 Updated Nov 21, 2022
  • website Public

    documentation website for taggy

    JavaScript 1 MIT 0 0 0 Updated Nov 15, 2022
  • roadmap Public

    the project roadmap with milestones

    0 0 5 0 Updated Sep 5, 2022

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…