hellonlp commited on
Commit
ef5149b
·
1 Parent(s): 49ba2bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,5 +56,5 @@ sentence1 = '你好吗'
56
  sentence2 = '你还好吗'
57
  result = get_similarity_two(sentence1,sentence2)
58
  print(result)
59
- #0.848331
60
  ```
 
56
  sentence2 = '你还好吗'
57
  result = get_similarity_two(sentence1,sentence2)
58
  print(result)
59
+ #0.7996
60
  ```