Rasa NLU examples stanza

i have install rasa 3 , it working fine ,but when i install

python -m pip install "rasa_nlu_examples @ git+https://github.com/RasaHQ/rasa-nlu-examples.git

it is not working for stanza …it is showing error

ImportError: Cannot retrieve class from path rasa_nlu_examples.tokenizers.StanzaTokenizer.

…but i already mention that in config file as

- name: rasa_nlu_examples.tokenizers.StanzaTokenizer

need urgent help…is rasa3 with nlu examples not supporting stanza ?

@Sajid I hope you have seen this : https://github.com/RasaHQ/rasa-nlu-examples/issues/23 and I guess you need to install pip install spacy-stanza. I’d highly recommend seeing the mentioned thread as I have not personally implemented this use case. I hope this will help you!!