is there a way to load lookup table from .txt file in rasa2.0 rather than just write them into nlu.yml file?
- lookup: entity_name
examples: |
- ./path/to/file
still not working… it seems like the path is recognized as an entity. does it work in your project?
yes its working @Humanlike