How to add frequent words of each document in the result of word lists?
I could list word list like this
but I want to add frequent words of each document in the result of word lists like picture below. Thank you


Tagged:
0
Best Answers
-
kayman Member Posts: 662
Unicorn
If you want the words per document you need to create a special label attribute, easiest can be to generate an id first with the 'generate id' operator (but tick create nominal ids).
Next change role with the 'set role' operator from 'id' to 'label'.
Now you will have all words per label, or in your case by document.0 -
kayman Member Posts: 662
Unicorn
Answers
It doesn't work. Do you mean this process?
please correct me, if I'm wrong.