const trainingData = [ 'Jane saw Doug.', 'Doug saw Jane.', 'Spot saw Doug and Jane looking at each other.', 'It was love at first sight, and Spot had a frontrow seat. It was a very special moment for all.' ];
1
2
3
4
5
6
const trainingData = [
'Jane saw Doug.',
'Doug saw Jane.',
'Spot saw Doug and Jane looking at each other.',
'It was love at first sight, and Spot had a frontrow seat. It was a very special moment for all.'