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
"Regarding text mining"
maria_godric
Member Posts: 20 Maven
Hi,
I am working with Text mining operators with a large text document.I used string tockenizer and other filtering operators such as Token length filter and English stop word filter.But after getting the number of occurrences of different words I understood that some words are missed,but they are repeated large number of times.Is there anyway to include that words also in the result.Also I want to know that is there any operator to find out the number of occurrences of a purticular word from the text data.
Thanks
Maria
I am working with Text mining operators with a large text document.I used string tockenizer and other filtering operators such as Token length filter and English stop word filter.But after getting the number of occurrences of different words I understood that some words are missed,but they are repeated large number of times.Is there anyway to include that words also in the result.Also I want to know that is there any operator to find out the number of occurrences of a purticular word from the text data.
Thanks
Maria
Tagged:
0
Answers
without the process, I cannot say anything to your problem, because I don't know exactly what you are doing.
Unfortunately there's no operator for extracting this, but you could aggregate the complete exampleset to build the sum of occurrences in all examples.
Greetings,
Sebastian