yiyanghkust commited on
Commit
bb27256
1 Parent(s): 07a4cbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,6 +23,6 @@ sentences = ["there is a shortage of capital, and we need extra financing",
23
  "there are doubts about our finances",
24
  "profits are flat"]
25
  results = nlp(sentences)
26
- print(results)
27
 
28
  ```
 
23
  "there are doubts about our finances",
24
  "profits are flat"]
25
  results = nlp(sentences)
26
+ print(results) #LABEL_0: neutral; LABEL_1: positive; LABEL_2: negative
27
 
28
  ```