@ -23,6 +23,6 @@ sentences = ["there is a shortage of capital, and we need extra financing",
"there are doubts about our finances",
"profits are flat"]
results = nlp(sentences)
print(results)
print(results) #LABEL_0: neutral; LABEL_1: positive; LABEL_2: negative
```