Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Merge requests
!66
Compute confidence scores by char, word or line
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Compute confidence scores by char, word or line
33-compute-confidence-scores-by-char-word-or-line
into
main
Overview
9
Commits
9
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Merged
Solene Tarride
requested to merge
33-compute-confidence-scores-by-char-word-or-line
into
main
2 years ago
Overview
9
Commits
9
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Expand
Closes
#33 (closed)
0
0
Merge request reports
Viewing commit
db79c0e1
Prev
Next
Show latest version
3 files
+
15
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
db79c0e1
small improvements
· db79c0e1
Solene Tarride
authored
2 years ago
dan/predict/__init__.py
+
2
−
0
Options
@@ -64,6 +64,8 @@ def add_predict_parser(subcommands) -> None:
parser
.
add_argument
(
"
--confidence-score-levels
"
,
default
=
[],
type
=
str
,
nargs
=
"
+
"
,
help
=
"
Levels of confidence scores. Should be a list of any combinaison of [
'
char
'
,
'
word
'
,
'
line
'
].
"
,
required
=
False
,
)
Loading