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 ?