Hello,
I have an example set with words and the number how often the word appears in the example set.
For example:
the 30
car 20
tree 15
street 5
state 1
I already sorted decreasing so I see the words which appear the most on top. (Process Document -> WordList to Data -> Sort)
Now I want to pick the words which appear more than 60% in the example set.
How is this possible?
Thanks for your help!