0

I'm trying to train my wit.ai app to extract messages sent with this pattern:

post this whole message minus the 'post' keyword should be extracted

It works fine for a few sentences, but once you start typing out 5 sentences or more, it doesn't seem to recognize anything.

Is this happening to anyone else?

Chris
  • 3
  • 1
  • 4

1 Answers1

0

yeah,it does't allow 5 more sentences,but u can click more (bot send) button again like if you have 10 sentences,u can seperate 5 sentences each.Hope this helps image

Soul Coder
  • 774
  • 3
  • 16
  • 40
  • Thanks for the answer! Yup that helped, but eventually I ended up mixing some traditional code with wit.ai API calls for the longer user messages. I'll mark this as an answer either way. – Chris Dec 08 '16 at 14:40