Issue with uppercase entity

##nlu.md

intent: acro

regex: useracro

  • \b[a-zA-Z]\b

##config.yml language: “en” pipeline: “supervised_embeddings” case_sensitive: true policies:

  • name: MemoizationPolicy
  • name: KerasPolicy
  • name: MappingPolicy

My conversation is not accepting the uppercase entity values, but the bot respond to lower case entity. Eg: “meps” the conversation returns None. whereas “MEPS” conversation is not accepting.