The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How to add frequent words of each document in the result of word lists?

PONYBPONYB Member Posts: 7 Learner I
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

Best Answers

  • kaymankayman Member Posts: 662 Unicorn
    Solution Accepted
    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. 
  • kaymankayman Member Posts: 662 Unicorn
    Solution Accepted
    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

Answers

Sign In or Register to comment.