Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JiangTengfei
2015-04-20 19:52:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1de1cab3f2365b22b9ed80973a0d5b29944819c2
1de1cab3
1 parent
32302a2b
Created 跟读打分 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
跟读打分.md
跟读打分.md
0 → 100644
View file @
1de1cab
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'.
Please
register
or
login
to post a comment