Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
386b17ad
Commit
386b17ad
authored
Jul 03, 2024
by
quyuan
Browse files
update ci
parent
a1d800ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tools/markdown_calculate.py
tools/markdown_calculate.py
+2
-1
No files found.
tools/markdown_calculate.py
View file @
386b17ad
...
@@ -6,7 +6,8 @@ import json
...
@@ -6,7 +6,8 @@ import json
import
re
import
re
import
scoring
import
scoring
import
argparse
import
argparse
import
nltk
nltk
.
download
(
'punkt'
)
# 初始化列表来存储编辑距离和BLEU分数
# 初始化列表来存储编辑距离和BLEU分数
class
Scoring
:
class
Scoring
:
def
__init__
(
self
,
result_path
):
def
__init__
(
self
,
result_path
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment