Skip to content

Instantly share code, notes, and snippets.

@georgeperry1
Created July 12, 2019 14:08
Show Gist options
  • Save georgeperry1/fbc3279c6e079da6e713366fbd37d694 to your computer and use it in GitHub Desktop.
Save georgeperry1/fbc3279c6e079da6e713366fbd37d694 to your computer and use it in GitHub Desktop.
test.comment-analysis.js
[
{
"text": "where can I buy your dress?",
"intent": "buy"
},
{
"text": "how much was that dress?",
"intent": "buy"
},
{
"text": "You look so beautiful in that dress",
"intent": "none"
},
{
"text": "I love you, you are gorgeous",
"intent": "none"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment