hi!!! when training the data , Im getting this warning
c:\users\dell\appdata\local\programs\python\python38\lib\site-packages\rasa\shared\utils\io.py:97: UserWarning: Issue found while processing ‘data\nlu.yml’: The item ‘gorilla’ contains an example that doesn’t start with a ‘-’ symbol:
This training example will be skipped.
after run the shell it is not recognizing this intent
why?
Looks like a yaml formatting issue. Could you either: run it through http://www.yamllint.com/, or share the actual file here so we can figure out what’s wrong?
@fkoernernlu.yml (3.7 KB) this is my nlu.yml file.i checked with yamllint.com earlier but no issue with the code.could you please check this issue.srry for the late reply
Glad to hear it was solved, great work @nik202 ! @kisal the indentation can get a bit tricky – sometimes it will make the YamlReader interpret the file in an unintended way. We have some examples of yaml files here for future reference