Entity not recognised with tensorflow pipeline

my pipeline

language: “en”

pipeline:

  • name: “tokenizer_whitespace”
  • name: “intent_entity_featurizer_regex”
  • name: “ner_crf”
  • name: “ner_synonyms”
  • name: “intent_featurizer_count_vectors”
  • name: “intent_classifier_tensorflow_embedding”

demo of my data file

i have also tried to setup custom lookup and i have edited the pipeline with spacy and added features like pos pos2 ,but still no external entity is not recognised other than the one specified in the data.md

could you please provide an example, when it fails to extract entity