Dear all,
Could you please help me with the following task: I have a business process that is already realised in Python. I need to rewrite it in Alteryx. There is one field in data set, that is filled in by users manually (comments). I need to find special words (red flags) in these comments. The problem is that these words could be written with mistakes, for example, "backfil" instead of "backfill". In Python, it is realised by the NLTK library and the stemmer function. Is it possible to realise this with Alteryx functions? I tried to implement the piece of code from Python into my Alteryx workflow, but without success. There is no text mining functions in my company.
Thank you in advance.