Options

Wordlist with error codes

Viper1988Viper1988 Member Posts: 12 Contributor II
edited November 2018 in Help
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

Answers

  • Options
    homburghomburg Moderator, Employee, Member Posts: 114 RM Data Scientist
    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
Sign In or Register to comment.