Wordlist with error codes

Viper1988
Viper1988 New Altair Community Member
edited November 2024 in Community Q&A
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
Tagged:

Answers

  • homburg
    homburg New Altair Community Member
    Hi,

    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