JiangTengfei

Created 跟读打分 (markdown)

  1 +接口地址:/similarity
  2 +method: POST
  3 +
  4 +参数:String original //原文
  5 + String revised //识别后的文章(或句子)
  6 +
  7 +返回值:
  8 +{
  9 + "result" : "great",
  10 + "coins" : 6,
  11 + "credit" : 12
  12 +}
  13 +coins:增加的金币数
  14 +credit:增加的积分数
  15 +result:根据相似度给出的结果
  16 +目前result有3种:'great', 'perfect', 'no result'.