zhayunduo commited on
Commit
a06c6d6
1 Parent(s): d918ac7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -18,4 +18,5 @@ sentences = pd.Series(["there is a shortage of capital, and we need extra financ
18
  sentences = list(sentences.apply(process_text))
19
  results = nlp(sentences)
20
  print(results)
21
- '''
 
 
18
  sentences = list(sentences.apply(process_text))
19
  results = nlp(sentences)
20
  print(results)
21
+
22
+ ```