Reputation: 1
In my nlu.yml file I have my code as:
- lookup: project
project.txt
My project.txt file in in under data and so is my nlu.yml file. I'm getting the exception as yaml syntax exception, could not find expectated ':' Could someone help me out? Where should I put that colon?
Upvotes: 0
Views: 795
Reputation: 31
You should convert project.txt
to yml
format.
This answer should help you.
Upvotes: 1