@qdmt you could try and adapt this example:
@robvp I once created this workflow that would group addresses without a ground truth against which to match. Maybe you can adapt that.
If you apply this it looks something like this:
[image]
You can edit the threshold which would constitute a similarity (Similarity Search – KNIME Community Hub ) and maybe also configure the method.
[image]
If you set the threshold to 0.33 (instead of 0.25) the result would be this:
[image]
What you could do would be to try change the order of the wor…
It does work without a ground truth but just will try to group the Term you create into distinctive groups based on the items you put into the string (called “Description”) …
… and then the threshold you set for matches (0.25).
In the end if possible each items will either be in a group or will be its own group:
3 Likes