Options

select attributes based on occurrence

ticembaticemba Member Posts: 8 Contributor II
edited November 2018 in Help
Hi,

I'm running the text mining process.
I load 3 documents (file1, file2 and file3) and then I use the operator "Tokenize".
In output I want only the tokens(attributes) that have occurrence>0 in file3 (in file1 and file2 tokens can have also occurrence=0).
What operator can I use to do it?

thank you

ticemba

Answers

  • Options
    Viktor_MeyerViktor_Meyer Member Posts: 6 Contributor II
    Hallo ticemba,

    i think you have to pre filter "file 3" with an example filter...
    -->attribute valuefilter
    an then load it in together !

    i hope it helped.

    Viktor
Sign In or Register to comment.