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
Answers
did you already found the operator "Loop Files"?
If the files are actually text data which should be transformed with the Text Extension, there is also an operator called "Process Documents from Files".
Cheers,
Ingo
I think i found the Loop operation, but there is no outgoing Symbol at it.
My actual work is to count how often words in those 2000 .txt files reappear.
Can you give me further help?
well, in case of text files I would go for the "Process Documents from Files" operator instead of the "Loop Files" as I have said before.
1. Install the Text Extension.
2. Create a process using the "Process Documents from Files" operator and configure it.
3. Add a simple tokenization inside of the operator (double click it to go inside).
4. Change vectorization mode from TFIDF to "Term Occurences".
5. Run it.
There are dozens of videos about this and other basic text mining tasks on our web site, on RapidMiner Resources, on YouTube, on...
Cheers,
Ingo