Hi there,
My pipeline is below, and I am getting very low recognition of intents even when my reply is exactly the same as in nlu examples. Even when I type ‘yes’ the affirm
intent has 0.54 instead of 1.00. Can someone tell me how to solve this?
- name: SpacyNLP
model: "en_core_web_md"
- name: SpacyTokenizer
- name: SpacyFeaturizer
pooling: mean
- name: SpacyEntityExtractor
- name: CRFEntityExtractor
- name: LexicalSyntacticFeaturizer
- name: CountVectorsFeaturizer
- name: CountVectorsFeaturizer
- name: "SklearnIntentClassifier"
C: [1, 5, 10, 50, 100]
- name: EntitySynonymMapper