Created
October 23, 2018 13:05
-
-
Save frivas/5c42221cba8af680f45e077d4bf1ebef to your computer and use it in GitHub Desktop.
Objects to Search. Medium Article. Creating an Alexa Skill Using Python
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
searchObjects = ["bandeja para hacer hielo", | |
"charco", | |
"altavoces", | |
"mando de tv", | |
"borrador", | |
"camara fotográfica", | |
"taza", | |
"camiseta", | |
"escritorio", | |
"patito de goma", | |
"frigorifico", | |
"bote de crema dental", | |
"ipod", | |
"muñeca", | |
"periódico", | |
"mopa", | |
"peine", | |
"reloj de pulsera", | |
"cordón de zapatilla", | |
"toalla", | |
"esponja de ducha", | |
"perfume", | |
"calcetines", | |
"tarjeta de felicitación", | |
"almohada", | |
"alfombra", | |
"ventana", | |
"plato hondo", | |
"platano", | |
"percha"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment