Showing
1 changed file
with
3 additions
and
1 deletions
| 1 | 接口地址:/similarity | 1 | 接口地址:/similarity |
| 2 | method: POST | 2 | method: POST |
| 3 | 3 | ||
| 4 | +``` | ||
| 4 | 参数:String original //原文 | 5 | 参数:String original //原文 |
| 5 | String revised //识别后的文章(或句子) | 6 | String revised //识别后的文章(或句子) |
| 6 | 7 | ||
| @@ -13,4 +14,5 @@ method: POST | @@ -13,4 +14,5 @@ method: POST | ||
| 13 | coins:增加的金币数 | 14 | coins:增加的金币数 |
| 14 | credit:增加的积分数 | 15 | credit:增加的积分数 |
| 15 | result:根据相似度给出的结果 | 16 | result:根据相似度给出的结果 |
| 16 | -目前result有3种:'great', 'perfect', 'no result'. | 17 | +目前result有3种:'great', 'perfect', 'no result'. |
| 18 | +``` |
-
Please register or login to post a comment