Skip to content

Instantly share code, notes, and snippets.

@georgeperry1
Last active July 12, 2019 14:03
Show Gist options
  • Save georgeperry1/848195078407fb45e9c4f4cec6915ab2 to your computer and use it in GitHub Desktop.
Save georgeperry1/848195078407fb45e9c4f4cec6915ab2 to your computer and use it in GitHub Desktop.
training.comment-analysis.js
[
{
"text": "buy",
"intent": "buy"
},
{
"text": "buying",
"intent": "buy"
},
{
"text": "purchase",
"intent": "buy"
},
{
"text": "buy that",
"intent": "buy"
},
{
"text": "buy this",
"intent": "buy"
},
{
"text": "buy it",
"intent": "buy"
},
{
"text": "where to buy",
"intent": "buy"
},
{
"text": "where can I buy that",
"intent": "buy"
},
{
"text": "how much",
"intent": "buy"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment