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
select attributes based on occurrence
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
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
0
Answers
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