Hello Knime community,
I have large amounts of product data organized in columns and rows.
I am trying to get (amongst other) the “categories” for my products by matching them against a category list. Let’s say in the data there is the term “ski jacket”. According to my category list that should be categorized as a “winter jacket”.
So I concatenated all the columns that potentially contain the category information for each row
(= each row equals a product) and I was able to tag it as “ski jacket” using the dictionary tagger, but now I am stuck. How do I get the information that it is a “winter jacket” in now?