Lookup table is not working with tensorflow_embedding

I have created a lookup table like “lookup_tables”: [ { “name”: “country”, “elements”: [“india”,“germany”,“japan”,“china” ,“america”, “england”, “canada”] } ] in my data.json file . Added a few phrases 3-4 like { “text”: “germany is my country”, “intent”: “display_country_name”, “entities”: [ { “start”: 0, “end”: 7,

        "value": "germany",
        "entity": "country"
      }
    ]
  } 

when I provided “my country is canada” to parse endpoint it is unable to extract the country. i am using tensorflow_embedding as pipe line configuration