File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
from rasa .nlu .model import Interpreter , Trainer , TrainingData
38
38
from rasa .nlu .components import Component
39
39
from rasa .nlu .tokenizers .tokenizer import Token
40
- from rasa .nlu .classifiers .diet_classifier import DIETClassifier
41
40
from rasa .utils .tensorflow .constants import ENTITY_RECOGNITION
42
41
43
42
logger = logging .getLogger (__name__ )
@@ -1025,6 +1024,7 @@ def get_entity_extractors(interpreter: Interpreter) -> Set[Text]:
1025
1024
Processors are removed since they do not detect the boundaries themselves.
1026
1025
"""
1027
1026
from rasa .nlu .extractors .extractor import EntityExtractor
1027
+ from rasa .nlu .classifiers .diet_classifier import DIETClassifier
1028
1028
1029
1029
extractors = set ()
1030
1030
for c in interpreter .pipeline :
You can’t perform that action at this time.
0 commit comments