Update README.md
Browse files
README.md
CHANGED
|
@@ -56,5 +56,5 @@ sentence1 = '你好吗'
|
|
| 56 |
sentence2 = '你还好吗'
|
| 57 |
result = get_similarity_two(sentence1,sentence2)
|
| 58 |
print(result)
|
| 59 |
-
#0.
|
| 60 |
```
|
|
|
|
| 56 |
sentence2 = '你还好吗'
|
| 57 |
result = get_similarity_two(sentence1,sentence2)
|
| 58 |
print(result)
|
| 59 |
+
#0.7996
|
| 60 |
```
|