Created
February 24, 2020 06:24
-
-
Save pingzh/e1d9c76bd3228221bf7bb92e2b9bf1ac to your computer and use it in GitHub Desktop.
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
{ | |
"documents": [ | |
{ | |
"id": "1", | |
"language": "en", | |
"text": "I had a wonderful experience! The rooms were wonderful and the staff was helpful." | |
}, | |
{ | |
"id": "2", | |
"language": "en", | |
"text": "I had a terrible time at the hotel. The staff was rude and the food was awful." | |
}, | |
{ | |
"id": "3", | |
"language": "es", | |
"text": "Los caminos que llevan hasta Monte Rainier son espectaculares y hermosos." | |
}, | |
{ | |
"id": "4", | |
"language": "es", | |
"text": "La carretera estaba atascada. Había mucho tráfico el día de ayer." | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment