Vikalp26
(Vikalp Upadhyay)
1
Hi guys! I have a doubt. Below is a sentence in which the entity is my basic details.
i want to see my basic details from where can I do that?
I want to know that if the user writes my Basic Details, will the bot classify it as the same entity?
I guess my question is that will the bot differentiate between upper and lower case?
akelad
(Akela Drissner)
2
which pipeline are you using?
Vikalp26
(Vikalp Upadhyay)
3
Iām using spacy_sklearn
akelad
(Akela Drissner)
4
that one might distinguish between capitalization yes. You can customise what features are used though: https://rasa.com/docs/nlu/pipeline/#ner-crf
Vikalp26
(Vikalp Upadhyay)
5
Thanks a lot @akelad. This was really helpful.
1 Like
vivekanon
(Garrett)
6
@Vikalp26 were you able to have a policy that does the case conversion ?