How to test pipeline induvial pipeline components

I’m relatively new to Rasa so apologies if this is something that was already discovered. I was wondering if there is a way to test the pipeline components in rasa, specifically the Lexical Syntactic Featurizer. I was thinking of something where I could put in a sample input, let’s say: [‘This’, ‘is’, ‘a’, ‘test’] and observe the output. I have found the GitHub repo with the file, but I’m unable to run it with the usual python command in my virtual environment, and unfortunately, I can’t run it in my native python environment due to dependency issues. I was curious if anyone had already found a solution to this issue.

1 Like