File size: 436 Bytes
af7ac2b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# list of examples for quick inferences:
infer_from_text_examples = [
    ["The most important qualities of a speech synthesis system are naturalness and intelligibility.",
     0.45, 0.27, 0.29, 0],
    ["Lego said it remains \"fully committed\" to making bricks from sustainable materials.", 0.29, 0.44, 0.28, 0],
    ["Sensors can also be put in place so that the pollination takes place on the optimum days.", 0.2, 0.42, 0.4, 0],
]