Created
July 12, 2019 14:08
-
-
Save georgeperry1/fbc3279c6e079da6e713366fbd37d694 to your computer and use it in GitHub Desktop.
test.comment-analysis.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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