JiangTengfei

Created 跟读打分 (markdown)

接口地址:/similarity
method: POST
参数:String original //原文
String revised //识别后的文章(或句子)
返回值:
{
"result" : "great",
"coins" : 6,
"credit" : 12
}
coins:增加的金币数
credit:增加的积分数
result:根据相似度给出的结果
目前result有3种:'great', 'perfect', 'no result'.
\ No newline at end of file
... ...