Guest User

Untitled

a guest
May 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. {
  2. "rasa_nlu_data": {
  3. "common_examples": [
  4. {
  5. ...
  6. },
  7. ...
  8. {
  9. "text": "I feel bad",
  10. "intent": "inform",
  11. "entities": [
  12. {
  13. "start": 7,
  14. "end": 10,
  15. "value": "bad",
  16. "entity": "sadness"
  17. }
  18. ]
  19. },
  20. {
  21. "text": "I feel happy",
  22. "intent": "inform",
  23. "entities": [
  24. {
  25. "start": 7,
  26. "end": 12,
  27. "value": "happy",
  28. "entity": "happiness"
  29. }
  30. ]
  31. }
  32. ]
  33. }
  34. }
Add Comment
Please, Sign In to add comment