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
Searching for multiple different words in a dataset
(1) Is there anyway to search for multiple words all at once?
I'm using Tokenize> Filter Tokens> Condition: contain, String: the word I'm searching for, here I tried to separate the words using commas or spaces but neither worked for me.
(2) I'm searching a number of nested directories, can I get the results (e.g. the word occurrences or frequencies) per directory and also the overall results for the whole dataset?
Thanks
Tagged:
0
Answers
Process Documents from Data has two outputs, the first is the example set and the second is a word list. I think that the word list is what you need. After this you an put an additional operator to convert from word list to data, with the "WordList to Data".
I hope this is what you needed.
Thanks.