Last active
October 29, 2018 13:27
-
-
Save vallantin/b29dca0529020253a568a83910c6f384 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"rasa_nlu_data": { | |
"common_examples": [ | |
{ | |
"text": "U Watch Smart Watch Bluetooth Watch for Android smartphones and iPhone(Black) by u8 2.6 out of 5 stars 634 customer reviews | 529 answered questions Price: $6.30 & FREE Shipping This item at this price, sold by Amazon.com, is currently ", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 84, | |
"end": 102, | |
"value": "2.6 out of 5 stars", | |
"entity": "evaluation" | |
}, | |
{ | |
"start": 156, | |
"end": 161, | |
"value": "$6.30", | |
"entity": "price" | |
} | |
] | |
}, | |
{ | |
"text": "4.0 Watch for ios android (Purple) by Joranlin 2.2 out of 5 stars 5 customer reviews | 3 answered questions This item at this price, sold by", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 47, | |
"end": 65, | |
"value": "2.2 out of 5 stars", | |
"entity": "evaluation" | |
} | |
] | |
}, | |
{ | |
"text": "t\\t\\t\\t\\t\\t Used (3) from $6.03 & FREE shipping on orders over $25.00. Details", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 26, | |
"end": 31, | |
"value": "$6.03", | |
"entity": "price" | |
}, | |
{ | |
"start": 63, | |
"end": 69, | |
"value": "$25.00", | |
"entity": "price" | |
} | |
] | |
}, | |
{ | |
"text": "ndsfree Call by HOMEGO 2.9 out of 5 stars 458 customer reviews | 465 answered questions Price: $6.31 & ", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 23, | |
"end": 41, | |
"value": "2.9 out of 5 stars", | |
"entity": "evaluation" | |
}, | |
{ | |
"start": 95, | |
"end": 100, | |
"value": "$6.31", | |
"entity": "price" | |
} | |
] | |
}, | |
{ | |
"text": "hite by HOMEGO 2.7 out of 5 stars 176 customer reviews | 132 answered questions Price: $6.39 & FREE Shipping This item at this price", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 15, | |
"end": 33, | |
"value": "2.7 out of 5 stars", | |
"entity": "evaluation" | |
}, | |
{ | |
"start": 87, | |
"end": 92, | |
"value": "$6.39", | |
"entity": "price" | |
} | |
] | |
}, | |
{ | |
"text": "Buy used: $5.24", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 10, | |
"end": 15, | |
"value": "$5.24", | |
"entity": "price" | |
} | |
] | |
}, | |
{ | |
"text": "2.8 out of 5 stars 5 star \t 25% 4 star \t 19% 3 star \t 12% 2 star \t 0% 1 star \t 44% See all 16 reviews", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 0, | |
"end": 18, | |
"value": "2.8 out of 5 stars", | |
"entity": "evaluation" | |
} | |
] | |
}, | |
{ | |
"text": "2.8 out of 5 stars 16 customer reviews 2.8 out of 5 stars", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 0, | |
"end": 18, | |
"value": "2.8 out of 5 stars", | |
"entity": "evaluation" | |
} | |
] | |
}, | |
{ | |
"text": "IOS (Black) by Anshinto 1.0 out of 5 stars 2 customer reviews This item at this price,", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 24, | |
"end": 42, | |
"value": "1.0 out of 5 stars", | |
"entity": "evaluation" | |
} | |
] | |
}, | |
{ | |
"text": " New (1) from $6.42 + $3.00 shipping", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 14, | |
"end": 19, | |
"value": "$6.42", | |
"entity": "price" | |
}, | |
{ | |
"start": 22, | |
"end": 27, | |
"value": "$3.00", | |
"entity": "price" | |
} | |
] | |
}, | |
{ | |
"text": "Gem u8 Smart watch by LUXSURE 2.6 out of 5 stars 436 customer reviews ", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 30, | |
"end": 49, | |
"value": "2.6 out of 5 stars ", | |
"entity": "evaluation" | |
} | |
] | |
}, | |
{ | |
"text": " Price: $6.49 & FREE Shipping This item at this price", | |
"intent": "", | |
"entities": [ | |
{ | |
"start": 8, | |
"end": 13, | |
"value": "$6.49", | |
"entity": "price" | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment