Skip to content
Snippets Groups Projects
Commit 28a38eb7 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Reverse verbose behaviour

parent 2e5638d2
No related branches found
No related tags found
1 merge request!23Reverse verbose behaviour
Pipeline #104013 passed
......@@ -50,8 +50,8 @@ def parse_args():
parser.add_argument(
"-v",
"--verbose",
help="Print only the recap if False",
action="store_false",
help="Show a full recap on each NER label.",
action="store_true",
)
parser.add_argument(
"-t",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment