Hey guys,
Is it possible to tag when a combination of words occure in a sentence?
For example:
“The answers will be shared with a third party”
I would want to tag the combination: “shared” + “third party”.
Thank you!
Nick
Hey guys,
Is it possible to tag when a combination of words occure in a sentence?
For example:
“The answers will be shared with a third party”
I would want to tag the combination: “shared” + “third party”.
Thank you!
Nick
Do you have a set number of combinations that you’re looking for?
What kind of tag are you envisioning?
Hi @Nickb and welcome to the community!
As @elsamuel mentioned, it is quite difficult to help with such little information, but I’ll try anyway This sounds like a challenging task!
I would split your task into two subtasks: getting all the tags in the strings, then search for the combinations.
Getting the tags:
Inspired by @ScottF’s post, I’d build a workflow like such to get all tags in a sentence:
Getting the combinations:
To take it from there, I think this is a question of how to represent combinations. I would opt to put them in lists, for example with the “GroupBy” Node. This allows then to use the “Subset Matcher” to getthe final result
Here is the whole workflow:
I hope you can take it from there! Let me know if that helped
Best, Lukas
Sorry for the little information, next time I will add some more But this is exactly what I needed, many thanks!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.