Find more posts tagged with
Sort by:
1 - 4 of
41
Sort by:
1 - 2 of
21
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.
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.
You need to generate the id (and label) before the process documents operator, as this operator needs the label to 'group' your words.
You will also need to use the wor (wordlist) output of the process documents operator, asthis will provide the expected format
You will also need to use the wor (wordlist) output of the process documents operator, asthis will provide the expected format
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.