There’s a variable called TRAINABLE_EXTRACTORS
in the module rasa.nlu.constants
, that I correctly guessed that is used for setting an entity editable or not. So I migrated all the entities with the extractor CRFEntityExtractor
and it worked.
There’s a variable called TRAINABLE_EXTRACTORS
in the module rasa.nlu.constants
, that I correctly guessed that is used for setting an entity editable or not. So I migrated all the entities with the extractor CRFEntityExtractor
and it worked.