Hi. I am moving from rasa 2.x to rasa 3. And i meet this problem:
InvalidConfigException: Can't load class for name 'MyTokenTokenizer'. Please make sure to provide a valid name or module path and to register it using the '@DefaultV1Recipe.register' decorator.
Here is the infomation you may need:
- currently rasa 2.7 works while rasa 3.0 fails, but since i got this projects and envs from an other guy, i dont know what he changed in rasa 2.7
- MyTokenTokenizer: just treat it as a common nlp tokenizer, writen by my colleague.
- i only use rasa nlu
- here is my config.yml config.yml (1.7 KB)
i think it should just a normal problem about how to apply personal customize file into rasa config, but i looked around and around and cant find it : (