nlu-benchmark icon indicating copy to clipboard operation
nlu-benchmark copied to clipboard

Please check example at line 9085 of train_PlayMusic_full.json

Open McKracken opened this issue 5 years ago • 0 comments

The example starting at line 9085 has errors (lexical) and also has some weird characters that can't be decoded, generating weird errors when loading or manipulating. Please have a look at that. See below:

{
  "data": [
    {
      "text": "I want toi hear some "
    },
    {
      "text": "Pop Punk Perfection ������",
      "entity": "playlist"
    },
    {
      "text": " off of "
    },
    {
      "text": "Deezer",
      "entity": "service"
    }
  ]
},

McKracken avatar Oct 05 '19 19:10 McKracken