Update README.md
This commit is contained in:
parent
07a4cbb4aa
commit
bb27256505
|
@ -23,6 +23,6 @@ sentences = ["there is a shortage of capital, and we need extra financing",
|
||||||
"there are doubts about our finances",
|
"there are doubts about our finances",
|
||||||
"profits are flat"]
|
"profits are flat"]
|
||||||
results = nlp(sentences)
|
results = nlp(sentences)
|
||||||
print(results)
|
print(results) #LABEL_0: neutral; LABEL_1: positive; LABEL_2: negative
|
||||||
|
|
||||||
```
|
```
|
Loading…
Reference in New Issue