diff --git a/README.md b/README.md index c22de5e..6fdb61d 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file