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
Wordlist with error codes
Hi,
I want to get a wordlist out of about one million rows of text.
Error codes are like A1, A2, B1, B2 ...
But in the results I dont get them. I only tokenize, filter stopwords(dictionary) and filter Tokens by length (min. 2 - max. 50) in the process documents operator
Does anybody have an idea why I dont get the error codes in the results?
Best regards
I want to get a wordlist out of about one million rows of text.
Error codes are like A1, A2, B1, B2 ...
But in the results I dont get them. I only tokenize, filter stopwords(dictionary) and filter Tokens by length (min. 2 - max. 50) in the process documents operator
Does anybody have an idea why I dont get the error codes in the results?
Best regards
0
Answers
have tried using breakpoints for your operators? After each step you can have a look at your data in order to inspect your workflow. For testing purposes you may sample you input to avoid long running process steps.
Cheers,
Helge