- intent: my_Nation
examples: |
- I am from [India](country)
- My country name is [Afghanistan](country)
- My nationality is [Albania](country)
- lookup: country
- data/lookups/country.txt
It is not detecting the file name.
Do we add any other file …I have also used this - name: RegexEntityExtractor, use_lookup_tables: True
i got it the file path should be in yml format data\nlu\lookups\countries.yml.however warning shows in terminal it is not recognised but actually it works.
But the disadvantage is that it sometimes/in rare case detects country if it is not present in the lookup external file.