From bb27256505299b4369639dbfdd2da1717b3206b3 Mon Sep 17 00:00:00 2001 From: Yi Date: Sun, 1 Aug 2021 08:54:52 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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