Skip to content
Snippets Groups Projects
Commit c701f6e6 authored by kulcsar's avatar kulcsar
Browse files

bool features in arg

parent 3d6559b6
No related branches found
No related tags found
No related merge requests found
......@@ -96,10 +96,12 @@ def _parse_args(raw_args: List[str]) -> argparse.Namespace:
parser.add_argument(
"-c",
"--context",
action="store_false",
help="wheather or not to preprocess with context")
parser.add_argument(
"-m",
"--masking",
action="store_false",
help="wheather or not to mask the target word")
parser.add_argument(
"-max",
......
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