Text filter

Hi, I need idea on how to extract only item keyword from product description.

Expected output:

  1. Printer
  2. Gun
  3. Support
  4. Scanner
  5. Ribbon
  6. UPS
  7. Support
  8. Cover
  9. Cable
  10. Control
  11. Bank
  12. Protector
  13. Camera
  14. Adapter
  15. Converter
  16. Protection
  17. Adapter
  18. Pack
  19. Cable
  20. Sleeve

Sample workflow:
test.knwf (79.4 KB)

image

Hello @WanRashid,

You can use the ‘Tagged Document Viewer’ node to visualize how the words are tagged in the product descriptions.

Since your use case requires tagging specific product keywords, I suggest the following steps:

  1. Create a dictionary with all the possible product values (e.g., Printer, Gun, Support) in a CSV or KNIME table format.
  2. Use the Dictionary Tagger node, providing it with the dictionary you created. This will tag the product values within your descriptions.

Once tagged, you can extract the relevant terms and review them using the ‘Tagged Document Viewer’ node for verification.

I hope this helps!

Best,
Keerthan

1 Like